[thelist] URGENT css question

Craig Saila crsaila at yahoo.ca
Thu Jun 20 09:43:08 CDT 2002


Erick Papadakis wrote:
> help! i need to use IE for various reasons, but do not
> want the scrollbar at all when it is not needed. is
> theresome CSS like "scrollbar: none" or something?

As well as the JavaScript way Alex mentioned, you can declare this style
rule (which will work in IE5+ and Gecko-based browsers) to remove the
scrollbars:
  HTML, BODY { overflow: hidden; }

--
Cheers,

Craig Saila
------------------------------------------
craig at saila.com  :  http://www.saila.com/
------------------------------------------





More information about the thelist mailing list