Click to See Complete Forum and Search --> : Scroll bars


Jan van Erp
11-19-2003, 01:37 AM
By the way, is there a simple way to prevent unneeded scrollbars from appearing? I need such a script for a page that will NEVER demand any scrolling, so...

fredmv
11-19-2003, 08:02 AM
<style type="text/css">
body {
overflow: auto;
}
</style>