overflow: auto only displays scrollbars if the content is long enough to need them. If you set the width on the container correctly you will not need to use horizontal scrolls... I do not like them as well.

Germ wrote:
I personally hate horizontal scroll bars...
I got taught and advised (and as im still learning) by people i got drilled into me NEVER to have them...



On 4/15/06, *Joseph Bernhardt* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Kenny Graham wrote:
    > ah.  you want position: fixed.  won't work in IE6 without something
    > like dean edwards IE7 script tho.

    There are actually several ways to get around this problem.  Position
    fixed would be the easiest by far if IE 6 would support it.  You
    may use
    css expressions to make it do this, but then it seems jumpy and
    sporadic
    (like the example given).  Given that about 85% of the visitors to my
    website use IE 6 I decided to go an alternate route.   The 'scrolling
    sidebar' as you call it is actually an absolutely positioned element
    with an overflow of hidden on top of a body with an overflow of
    hidden.
    There is then a relatively positioned (or absolute, whatever you
    need to
    make it look right with your design) placed 'on top' of it all with
    overflow: auto.  Ive used this several times, a good example is on
    www.joughslife.com/Rockport.html
    <http://www.joughslife.com/Rockport.html>

    Jough

    ******************************************************
    The discussion list for  http://webstandardsgroup.org/

    See http://webstandardsgroup.org/mail/guidelines.cfm
    for some hints on posting to the list & getting help
    ******************************************************




--
GermWorks
http://www.germworks.net
http://germworks.blogspot.com/
http://www.germworks.net/Phantom <http://www.germworks.net/Phantom>


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to