Bonjour,
J'ai un probl�me avec les CSS et le survol de td sur IE.
Voici le code CSS :
et le code HTML :
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 .admin_topMenu a /* formerly admin_menu */ { background : #476980; padding-top : 1px; padding-right : 2px; padding-bottom : 1px; padding-left : 2px; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 9px; border : 1px solid #000000; color : #FFFFFF; text-align : center; text-decoration : none; } .admin_topMenu a:hover /* formerly admin_menu */ { background : #F2D113; padding-top : 1px; padding-right : 2px; padding-bottom : 1px; padding-left : 2px; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 9px; border : 1px solid #000000; color : #000000; text-align : center; text-decoration : none; }
Tout marche tr�s bien sous FF mais sous IE, les border-bottom et border-top ne s'affichent pas.
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6 <td class="admin_topMenu"><a href="config.php" title="">{CONFIG_LNK}</a></td> <td><img src="images/spacer.gif" width="2" height="0"/></td> <td class="admin_topMenu"><a href="catmgr.php" title="">{CATEGORIES_LNK}</a></td>
Auriez vous une id�e ?
Partager