Help - Search - Members - Calendar
Full Version: remove all scrollbars
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
jacksparrowsgirl03
what script do i use to remove my scrollbars...i want to keep my scrollbars in my iframes just not on the page itself....do u get what im saying?
avalon*
in your css, put this:

overflow-x: none;
overflow-y: none;
}
whomps
CODE
<style type="text/css">
Body {overflow: hidden}
</style>
jacksparrowsgirl03
thanks so much!!! _smile.gif
avalon*
QUOTE(jacksparrowsgirl03 @ Feb 20 2005, 10:43 PM)
thanks so much!!! _smile.gif
*


topic closed
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.