Help
-
Search
-
Members
-
Calendar
Full Version:
scroll bar
Forums
>
Resource Center
>
Support Center
>
MySpace Support
>
Myspace Resolved Topics
ViperGhost17
Oct 31 2007, 10:34 PM
how do i get rid of the scroll bar on my layout?
digitalfragrance
Oct 31 2007, 10:35 PM
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
Oct 31 2007, 10:37 PM
thanks much
JCLore
Oct 31 2007, 10:37 PM
is ths what you want
CODE
<style type="text/css">
body{overflow-y:hidden}
</style>
digitalfragrance
Oct 31 2007, 10:37 PM
Sure thing
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
.