View Full Version : Scrollbar - DISAPPEAR


Billie_Jean
04-11-2004, 04:48 AM
Hi =)

I'm having trouble finding the HTML to get rid of a scrollbar on a page.. could someone please help me? =)

nesianmysticfan
04-11-2004, 05:30 AM
just change <body> with <body scroll="no"> or you can use css by going:
<style type="text/css">
<!--
body { overflow:hidden; }
-->
</style>

Billie_Jean
04-11-2004, 11:06 AM
Ah, you're a legend! Thanks heaps mate =)

untouched
04-11-2004, 05:08 PM
Wow! I was just gonna ask that same question about the scroll bar! :)