Quote:
Originally Posted by DareRing
Put this in the head. Should cover all browsers.
Code:
<style>
body {overflow-x: hidden; overflow-y: auto;}
</style>
<style>
html {overflow:-moz-scrollbars-vertical;}
</style>
|
Yep, this works for me in some really complicated web2.0 apps across all tested browsers, and works better than an table for non-text content.