こんにちは、私はテーブル時代にこのサイトを作成しましたが、Safari では水平スクロール ダイブが機能しないことに気付きました。
#galleryscroller {
overflow-x:scroll ;
overflow-y:hidden;
overflow:-moz-scrollbars-horizontal !important;
height:138px;
width:360px;
}
<div id="galleryscroller">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr align="left" valign="middle">
<td><a onclick="return showPic(this)" href="blahblah.jpg"><img src="blahblah.jpg" alt="Events" width="76" height="100" border="0" /></a></td>
<td><a onclick="return showPic(this)" href="blahblah.jpg"><img src="blahblah.jpg" alt="Events" width="100" height="67" border="0" /></a></td>
</tr>
</table>
</div>
サイトはこちら - www.tobymurphy.com
誰か助けてくれますか?、これまでのところ、Google での回答はありません...