[thelist] URGENT css question

Bigpant bigpant at btinternet.com
Thu Jun 20 16:08:02 CDT 2002


> but do not want the scrollbar at all when it is not needed. is
> theresome CSS like "scrollbar: none" or something?

>>remove the scrollbars:
>>  HTML, BODY { overflow: hidden; }

Surely this will remove scrollbars whether you need them or not. When
you do need them, they will not appear.

You *could* use frames with scrolling="auto" to deal with it. Not
pretty, and may cause other problems, but worth a try.

HTH
Phil




More information about the thelist mailing list