Bonjour tout le monde,
je mets un display: block avec une couleur de background pour certains liens, comme ça, ça prend toute la ligne et c'est, je trouve, plus joli.
Alors, la couleur de background (sur le a:hover) ET le display: block (sur le a) marchent impeccable sous Firefox mais sous IE, il n'y a que la couleur qui "marche", le lien ne prend pas toute la ligne.
Le code HTML:
Code :
- <ul class="bloc_de_liens">
- <li><h5><a href="/comm/enterprise/chemicals/competiv/risc/db_en.htm">Chemicals</a></h5></li>
- <li><h5><a href="http://pharmacos.eudra.org/F2/eudralex/index.htm" target="_blank">EudraLex - Pharmaceuticals legislation</a></h5></li>
- <li><h5><a href="http://www.newapproach.org" target="_blank">New Approach</a></h5></li>
- <li><h5><a href="/comm/enterprise/nando-is/cpd/home/index.cfm" target="_blank">NANDO-CPD - Construction products</a></h5></li>
- <li><h5><a href="/comm/enterprise/tris/index_en.htm">TRIS - National technical regulations</a></h5></li>
- <li><h5><a href="/comm/enterprise/tbt/index.cfm?fuseaction=Search.viewMenu&dspLang=EN" target="_blank">TBT - Technical barriers to trade</a></h5></li>
- </ul>
|
La CSS :
Code :
- h5
- {
- font-size: 0.7em;
- font-weight: normal;
- background: url(../images/fond_sable.png);
- }
- h5 a
- {
- color: #9D749E;
- text-decoration: none;
- display: block;
- padding: 3px;
- }
- h5 a:hover
- {
- color: #009090;
- background-color: #DFECFE;
- }
|
Une idée svp ?
Message édité par Beral2 le 12-08-2005 à 12:22:46