[thelist] IE5.5 unwanted scrollbar

James Aylard jaylard at encompass.net
Sat Jul 29 20:30:55 CDT 2000


Tony Crockford wrote:
> Anyone know how to get them back and turn off this unwanted unnecessary
> scroll bar?

	If it's a page that you're designing, you can add the IE-proprietary
attribute scroll="auto" to the <body> tag. For a standards-compliant
technique, use CSS:

<style type="text/css">
  body {
    overflow: auto ;
  }
</style>

hth,
James Aylard





More information about the thelist mailing list