Voici mon code html: J ai une image (@) de width27px dans la div cellule_haute1 qui fait elle même width27px, mais ce
méchant internet explorer m'affiche une div cellule_haute1 plus grande...
alors que firefox m'affiche la bonne taille... pourquoi svp
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 <table cellpadding="0" BORDER="1"> <tr> <th rowspan="2"><img src="the-concept_fichiers/concept_icone_1.png" border="0" width="72" height="77"></th> <td class="cellule_haute1"><img src="the-concept_fichiers/icone_ads.png" border="0" height="27" width="27"></td> <td class="cellule_haute2">Select</td> <td class="cellule_haute3">選定サポートサービス</td> </tr>
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 #ss_corps {margin:0px; padding:0px;} #ss_corps p{margin:0px; padding:0px;} #ss_corps .text {margin:0px; padding-left:20px; padding-right:20px; font-size:14px;} #ss_corps table{padding-top:0px; margin:0px; padding-left:20px; font-size:14px; border:none;} #ss_corps .cellule_haute1 { height:27px; width:27px; padding:0px;} #ss_corps .cellule_haute2 { width:70px; padding:0px;} #ss_corps .cellule_haute3 {padding:0px;} #ss_corps .cellule_basse { padding-left:5px; width:520px; height:45px; background-color:#f1f0f4;}
Partager