[thelist] overflow scrollbars

aardvark roselli at earthlink.net
Tue Mar 25 17:25:25 CST 2003


> From: Emma Jane Hogbin <emmajane at xtrinsic.com>
>
> On a mostly related note: does anyone know if it's possible to remove
> the sideways scrollbar on a
>  overflow: scroll
> property?

with valid code?  what browsers? you mean the up-down scroll?

you'll note on my personal site, where i make use of the overflow 
property on my <pre> blocks, that it has a horizontal scroll in 
IE/win... it's annoying, yes...

my current (trimmed) CSS:
pre		{	overflow : auto ;
			width : 98% ; }

my (trimmed)CSS that works better, but is invalid:
pre		{	overflow-x: auto;
			overflow-y: visible;
			width : 98% ; }

you can see the former at:
http://roselli.org/adrian/articles/style_switcher.asp

--
my latest book project:
  Web Graphics for Non-Designers
  http://amazon.com/exec/obidos/ASIN/1904151159/evoltorg02-20
  ISBN: 1904151159


More information about the thelist mailing list