にこれはサファリではなく、Firefoxの3.0.11左端はFirefoxで切断しますが、IE 6/7、およびSafariの
Firefoxで正常に見えるされていません。http://i31.tinypic.com/11s1d00.png
サファリ: http://i30.tinypic.com/fnxu2v.png
テーブルのHTML:
<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>
テーブルのCSS:
/* ---------- 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;
}
誰もがFirefoxで切断されている理由を知っていますか?ヘック、それはIE6で正しいように見える& IE7。
私はいつもボックスモデルタイプのものに苦労しています。これはそれに関連しているようです。私は答えを見ることに興味があります。 –
あなたは私がそれを突き進むことができるデモページを提供できますか? – mkoryak
cssファイルの最初の行は、* {margin:0px;パディング:0px。 }。あなたがそれを持っていなければ、それは始めるのに良い場所です。私はCSSを使用@blu – blu