Cela ressemble bien dans Safari, mais pas dans Firefox 3.0.11bord gauche de la bordure table est coupée dans Firefox, mais pas dans IE 6/7 et Safari
Firefox: http://i31.tinypic.com/11s1d00.png
Safari: http://i30.tinypic.com/fnxu2v.png
HTML pour la table:
<table class="placement-testing-schedule">
<tr>
<th>Day</th>
<th>Date</th>
<th>Check-in Begins (Entrance of College Center)</th>
<th>Test Begins</th>
<th>Registration Begins</th>
<th>Seating Availability</th>
</tr>
<tr>
<td>Tue</td>
<td>8/18/09</td>
<td>10:45 AM</td>
<td>10:00 AM</td>
<td>12:30 PM</td>
<td><span class="open">Open</span></td>
</tr>
<tr>
<td>Wed</td>
<td>8/26/09</td>
<td>10:45 AM</td>
<td>10:00 AM</td>
<td>12:30 PM</td>
<td><span class="open">Open</span></td>
</tr>
</table>
le css pour la table:
/* ---------- Placement Testing ----------- */
.content-body .col-middle table.placement-testing-schedule {
margin-bottom:10px;
border-spacing:10px;
}
table {border-collapse: collapse; }
.content-body .col-middle table.placement-testing-schedule td, th {
border:1px solid #055830;
background-color:#ffc;
padding:7px;
}
.content-body .col-middle table.placement-testing-schedule th {
background-color:#fdbe2f;
}
Quelqu'un sait pourquoi il est coupé dans firefox? Heck, il semble même correct dans IE6 & IE7.
Je me bats toujours avec des trucs de type boîte, et ça a l'air d'être lié à ça. Je suis intéressé de voir la réponse. –
pouvez-vous fournir une page de démonstration où je peux piquer dessus? – mkoryak
La première ligne d'un fichier css doit être * {margin: 0px; rembourrage: 0px; } C'est un bon endroit pour commencer si vous ne l'avez pas. – blu