View Full Version : main page - no scrollbar?


alaina
03-29-2003, 08:01 PM
just wondering if it was possible if there was a code to have absolutely no scrollbar on the main page.... not sure if that makes any sense.

MaGiCSuN
03-29-2003, 08:03 PM
<style type="text/css">
<!--
body { overflow:hidden; }
-->
</style>

add this between your <head> and </head> tag. Next time please search the forum before posting :)

Love,
Mirna