Salut,
Comme d'hab c'est IE7 qui pose un problème, ce que j'ai codé passe bien avec Safari, Firefox, Google Chrome et Opera...
Voici le lien:
http://www.elizanet.com/
Sous Identifiant, y a "Un peu de texte ici" et avec IE7 tout est décalé, pourtant le code est correct puisque l'affichage est celui escompté avec TOUS les autres navigateurs.
Le code:
Vous auriez une idée pour faire passer le tout avec IE7 ou faut que je fasse un test JavaScript pour identifier ce sous navigateur et décaler le tout ?
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
28
29
30
31
32
33
34
35 <table height="59px" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td rowspan="3" height="59px" width="44px" style="padding-left:5px" align="center" ><img src="images/logo-top-menu.gif"> </tr> <tr > <td heigth="35px" > <img height="7px" src="images/trans.gif"><br> <table height="28px" width="100%" style="background-image: url(images/top-bar.png);" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="480px" valign="top" style="padding-left:10px; padding-right:10px" nowrap><b><iframe id="iframe_login" name="iframe_login" src="iframe_login.php" width="100%" marginheight="0" allowtransparency="true" marginwidth="0" height="28px" scrolling="no" frameborder="0"></iframe></td> <td style="padding-left:40px" width="2%" nowrap> PicBook: Lettres à Elise </td> <td width="20%" style="padding-top:1px" nowrap align="left"> <b><a href="#" onClick="JS_dis_picbooks();"><font style="font-size : 1.3em; font-family : Arial; ">| V |</a></font> </td> <td width="10%" nowrap><img height="28px" src="images/trans.gif"></td> <td width="10%" ><img height="28px" src="images/trans.gif"></td> <td style="padding-right:10px" nowrap>Société ElizaNet</td> </tr> </table> </td> </tr> <tr> <td heigth="24px"> <img height="5px" src="images/trans.gif"><br> <table height="19px" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="padding-right:8px; border-right:1px solid black; border-bottom: 1px solid black; border-top: 1px solid black; background-image: url(images/top-bar.png);"><b>Un peu de texte ici...</b> </td> </tr> </table> </td> </tr> </table>
Merci,
Vincent.
Partager