View Full Version : No Scrollbars
hp_maniac_50
07-15-2002, 06:03 PM
I don't want any scrollbars on my page, how would I do it?
boxer_1
07-15-2002, 06:12 PM
Try adding the following to the <head> section of your page:
<style type="text/css">
body {
overflow: hidden;
}
</style>
However, be advised that visitors will not have access to content outside of the viewable area ;).
Vladdy
07-15-2002, 06:12 PM
<body style="overflow:hidden;">
boxer_1
07-15-2002, 06:14 PM
Originally posted by Vladdy
<body style="overflow:hidden;">
Both will accomplish the same result. Vladdy, wow...exact same time stamp on our posts...Ironic :).
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.