0
我分度表表是布萊恩失控格
這裏是代碼
<div id="container" style="width: 100%; height: 700px;margin-top: 85px; white-space: nowrap;">
<div style="float: left;width: 80%; table-layout: fixed;">
<table class="table" style="width: 80%;border-style: solid;border-color: #1d69b4;border-radius: 10px;border-collapse: separate">
<tr>
<th style="font-size: 18px; text-align: center;">
<b>Hours</b><b style="padding-left: 30px;"> Monday</b>
</th>
<th style="font-size: 20px; text-align: center;">
<b>Hours</b><b style="padding-left: 30px;"> Tuesday</b>
</th>
<th style="font-size: 20px; text-align: center;">
<b>Hours</b><b style="padding-left: 30px;"> Wednesday</b>
</th>
<th style="font-size: 20px; text-align: center;">
<b>Hours</b><b style="padding-left: 30px;"> Thursday</b>
</th>
<th style="font-size: 20px; text-align: center;">
<b>Hours</b><b style="padding-left: 30px;"> Friday</b>
</th>
<th style="font-size: 20px; text-align: center;">
<b>Hours</b><b style="padding-left: 30px;"> Saturday</b>
</th>
<th style="font-size: 20px; text-align: center;">
<b>Hours</b><b style="padding-left: 30px;"> Sunday</b>
</th>
</tr>
<tr>
</tr>
</table>
</div>
我的問題是表越來越失控格
我試着使用但它似乎不起作用。
我的錯誤在哪裏?
感謝您的幫助。
這看起來像是簡單的溢出。你可以從'div'和'table'中移除'width:80%;'或移除'white-space:nowrap;'。問題是你的內容不僅僅是寬度。你想如何處理?請在您的問題中指定所需的行爲。 –