Help - Search - Members - Calendar
Full Version: How do I get rid of the horizontal scrollbar on my page?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
madgamer
Code?

..
brooklyneast05
link?
Marlons
don't you have to get the width long enough for the horizontal scrollbar to dissapear.at least that works for me
Jennifer
CODE
<style>
overflow-x: hidden;
</style>


Is that what you're after? If you use that though, you won't be able to view anything too much to the right, because you can't scroll there.
madgamer
Yes, but the code doesn't work.
madgamer
mmkays
Jghelfi
If Your Pics ARE TOO BIG THEN PUT THEM IN A SCROLL-BOX

CODE
<div style="overflow: auto; width: ###px; height: ###px;">
PUT!
WHATEVER!
YOU!
WANT!
HERE!
</div>


JUST ADJUST THE WIDTH AND THE HEIGHT
pandora
QUOTE(RogueVanity @ Nov 17 2007, 05:46 PM) *
CODE
<style>
overflow-x: hidden;
</style>


Is that what you're after? If you use that though, you won't be able to view anything too much to the right, because you can't scroll there.


it's

CODE
<style type="text/css">
body {
overflow-x: hidden; }

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