Help - Search - Members - Calendar
Full Version: scroll bar
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
ViperGhost17
how do i get rid of the scroll bar on my layout?
digitalfragrance
Well, if it's a horizontal scrollbar you want rid of, post this in your code:
CODE
<style>
body{
overflow-x: hidden;
}
</style>


Or if you want to get rid of a vertical scrollbar, use this code:
CODE
<style>
body{
overflow-y: hidden;
}
</style>
ViperGhost17
thanks much
JCLore
is ths what you want

CODE
<style type="text/css">
body{overflow-y:hidden}
</style>
digitalfragrance
Sure thing _smile.gif
Topic Closed
PM me if you would like it re-opened.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.