OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Disabling scrollbars for good =)
This page's ID:
11003
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I finally found a hack that works better than the known css trick: <style> body { overflow: hidden; } </style> This one used to mess up my javascripts, but look, and test this if you need it: <style> html { overflow: hidden; } </style> Which works like a charm in IE, Moz and Opera on my windows 2k. Better yet: <style> html { overflow-x: hidden; } </style> or <style> html { overflow-y: hidden; } </style> To only disable horizontal or vertical scrollbars. And now, a demo: [url=http://www.wapod.com/~ini]http://www.wapod.com/~ini[/url] (I still need to find some fixes for javascript bugs there.. it happens)
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »