[Webpro] disable scrollbar of IE
Scott Schrantz
scotts at rci-nv.com
Mon Nov 1 18:40:04 EST 2004
> -----Original Message-----
> Subject: [Webpro] disable scrollbar of IE
>
> hi all!
>
> How can i disable the scrollbar of IE???
> i know the `scroll="no"` parameter of the body tag, but it's
> not html 4.01 valid :( do you know a html valid solution???
CSS would probably do it.
body {
overflow: hidden;
}
--
Scott Schrantz
work: www.rci-nv.com
play: www.computer-vet.com/weblog/
More information about the Webpro
mailing list