Je suis sous Firefox, je sais pas si ça fait pareil sous IE mais je testerai à l'occasion (je suis sous OSX).
Pour le code, voici celui de ma page :
Code :
- <div id="pageContent" class="template02">
- <div id="rightColumn">
-
- <div id="lasteststats">
- <div class="bloc blocStat">
- <div class="stat">
- <div class="top">
- <strong>Mes pronostics</strong>
- </div><!-- .top -->
- <table>
- <tbody>
- <tr>
- <td width='200'>Championnat</td>
- <td width='20%'><img src='images/iconoui.png' alt='ok'></td>
- <td width='200'>56 jours, 21 h et 33 min</td>
- </tr>
- <tr>
- <td width='200'>Coupe de France</td>
- <td width='20%'><img src='images/soon.png' alt='ok'></td>
- <td width='200'>A venir...</td>
- </tr>
- <tr>
- <td width='200'>Coupe de la Ligue</td>
- <td width='20%'><img src='images/soon.png' alt='ok'></td>
- <td width='200'>A venir...</td>
- </tr>
- <tr>
- <td width='200'>Ligue des Champions</td>
- <td width='20%'><img src='images/soon.png' alt='ok'></td>
- <td width='200'>A venir...</td>
- </tr>
- </tbody></table>
- </div><!-- .stat -->
- </div>
- </div></div></div>
|
(pour le nombre de balises div, c'est parce qu'il y a d'autres trucs imbriqués avec plus tard)
Et voila la partie du fichier CSS qui correspond :
Code :
- .template02 h2 { float:left; }
- .template02 #rightColumn { float:middle; width:80%; align:middle; }
- .template02 #rightColumn .bloc { margin:0 0 12px 10px; padding:12px; background:#eee; _height:0.01%; border:2px solid #ccc; }
- .template02 #rightColumn .bloc.blocStat { padding:0; border-width:1px; }
- .template02 #rightColumn .bloc .top { border-bottom:1px solid gray; padding:0 0 10px 0; _height:0.01%; }
- .template02 #rightColumn .bloc.blocStat .top { margin:0 0 10px 0; }
- .template02 #rightColumn .bloc .stat { padding:10px; border:1px solid #ccc; }
- .template02 #rightColumn .bloc .stat.addStat { background:white; }
- .template02 #rightColumn .bloc .stat input { width:100px; }
- .template02 #rightColumn .bloc .stat input.submit { width:auto; }
- .template02 #rightColumn .bloc .stat table { margin:5px 0 0 0; }
- .template02 #rightColumn .bloc .stat td { padding:2px; }
|