I need to scroll a lot of photo thumbnails in a box that shows only 2 rows of
images at the time.
The right-hand scroll bar from the box needs to always show, the bottom
scrollbar needs to be hidden.
So far no problem... however, in Firefox, Internet Explore etc, the y-scroll
bar shows on PC and Mac but in Safari it doesn't show the box's scroll bar,
why????
Here is the code I am using:
In the style sheet:
#photos {
float:left;
margin-top:0px;
margin-left: 42px;
height: 215px;
width: 830px;
clear:both;
overflow-y:scroll;
overflow-x:hidden;
}
on the page:
<div id="photos">
<table border="0" cellpadding="0" width="100%">
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="93" height="93" class="thumbcell"><a
etc, etc, etc...
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
Any suggestions?
Cheers
Baz
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************