1
我嘗試將overflow:auto;
和overflow-x:auto;
添加到我的<table>
元素中,但仍然無法使用。有任何想法嗎?TD不會添加水平滾動條
這裏是我的網頁:
http://www.whiterootmedia.com/database/dusty_arlia/jquery_cdns.html
這裏是我的代碼:
<table class="yellow_table" style="overflow:auto; overflow-x:auto;">
<tr>
<th>Host</th>
<th>Location</th>
</tr>
<tr>
<td>Google</td>
<td class="left_aligned_red_cell">https://developers.google.com/speed/libraries/devguide#jquery</td>
</tr>
<tr>
<td>jQuery.com</td>
<td class="left_aligned_red_cell">http://code.jquery.com/</td>
</tr>
<tr>
<td>Microsoft</td>
<td class="left_aligned_red_cell">http://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Releases_on_the_CDN_0</td>
</tr>
<tr>
<td>CDNJS</td>
<td class="left_aligned_red_cell">http://cdnjs.com/#jquery</td>
</tr>
</table>
給你的表的寬度去溢出:自動 – Pete