Je ne comprend pas pourquoi IE ne m'affiche pas la bordure autour des tableaux alors que FF le fait correctement :
C'est bien chiant ces différents entre les navigateurs ...
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 <table border="0" width="100%" align="center" cellpadding="8" cellspacing="0" bgcolor="#EBEBEB" STYLE="border-left-width:1px;border-right-width:1px;border-top-width:1px;border-color:#666666;"> <tr class="tddeco" align="center"> <td bgcolor="#EBEBEB"><FONT COLOR="#666666"><BR></FONT></td> </tr> </table> <table border="0" width="100%" align="center" cellpadding="8" cellspacing="0" STYLE="border-left-width:1px;border-right-width:1px;border-color:#666666;"> <tr> <td align="left" valign="top"><A><BR></A></td> </tr> </table> <table border="0" width="100%" align="center" cellpadding="8" cellspacing="0" bgcolor="#EBEBEB" STYLE="border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-color:#666666;"> <tr class="tddeco"> <td bgcolor="#EBEBEB" ALIGN="center"><FONT COLOR="#666666"><BR></FONT></td> </tr> </table>![]()
Partager