Baz

at first glance I would look at the width of the div and maybe make sure there is no padding, ie: padding:0px;

a useful tool for me has been the firebug plugin for firefox which allows you to inspect and edit items in the page quite easily and intelligently. have you got this example online for us to investigate as it may be something else in the surrounding page not just this element in it?

Joe


On Sep 27 2007, at 18:43, Bas V wrote:

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]
*******************************************************************

Joe Ortenzi
[EMAIL PROTECTED]
www.joiz.com




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to