我試圖把一個水平滾動和倒平,here is the fiddle不能把水平滾動
請幫我看看我在做什麼錯
編輯
這裏是標記
<table >
<tr>
<td style="width:300px;">
<div style="width:300px;overflow-x:scroll !important;">
<table style="width:100:float:left!important;"> <caption>2011</caption>
<td class="top">Brand</td>
<td class="top">Target</td>
<tr>
<td>ABC</td>
<td>22</td>
</tr>
</table>
<table style="width:100px;float:left!important;"> <caption>2012</caption>
<td>Brand</td>
<td>Target</td>
<tr>
<td>bnc</td>
<td>22</td>
</tr>
</table>
<table style="width:100px;float:left!important;"> <caption>2012</caption>
<td>Brand</td>
<td>Target</td>
<tr>
<td>bnc</td>
<td>22</td>
</tr>
</table>
<table style="width:100px;float:left!important;"> <caption>2012</caption>
<td>Brand</td>
<td>Target</td>
<tr>
<td>bnc</td>
<td>22</td>
</tr>
</table>
<table style="width:100px;float:left!important;"> <caption>2012</caption>
<td>Brand</td>
<td>Target</td>
<tr>
<td>bnc</td>
<td>22</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
這裏是當前的屏幕截圖和所需的輸出
請只是在這裏發佈您的代碼,以方便其他人,以及如果您以後更改它..代碼仍然與您的問題 – BugFinder
@BugFinder只是添加標記 –