jacksparrowsgirl03
Feb 20 2005, 05:41 PM
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*
Feb 20 2005, 08:57 PM
in your css, put this:
overflow-x: none;
overflow-y: none;
}
whomps
Feb 20 2005, 09:13 PM
CODE
<style type="text/css">
Body {overflow: hidden}
</style>
avalon*
Feb 20 2005, 11:36 PM
QUOTE(jacksparrowsgirl03 @ Feb 20 2005, 10:43 PM)
thanks so much!!!

topic closed