overflow:auto;
要素にandoverflow-x:auto;
を追加しようとしましたが、<table>
まだ機能しませんでした。何か案は?
ここに私のウェブページがあります:
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>