[thelist] new window scroll bars

Tommy Martin tommy at vertebrate.co.uk
Mon Nov 26 13:57:13 CST 2001


>     You can selectively create horizontal and/or vertical scrollbars in IE
>by using proprietary CSS within the new document window:
>
>body {
>   overflow-x: hidden ;
>   overflow-y: scroll ;
>}
>
>     Or through script:
>
>document.body.style.overflowX = "hidden" ;
>document.body.style.overflowY = "scroll" ;

Cool, thanks James. And Richard and Bruce. Haven't had a chance to 
try them yet but I'm sure a combination *must* do the trick.

cheers

tommy
-- 
V e r t e b r a t e . co . uk
     design with a spine

http://www.vertebrate.co.uk




More information about the thelist mailing list