Printable Version of Topic

Click here to view this topic in its original format

Forums _ MySpace Support _ Completely disable horizontal scrolling?

Posted by: dylanroop Aug 24 2010, 04:38 AM

So I'm working on this page here,
http://www.myspace.com/omctestpage

and I trying to figure out how to disable the scroll horizontally,

ive used the code

CODE
<style>
body{overflow-x:hidden}
</style>


but that just hides the scroll bar.

any help appreciated.

Posted by: ButtsexV2 Aug 24 2010, 04:21 PM

try none instead of hidden, I think that worked when I tried it.

Posted by: dylanroop Aug 24 2010, 04:45 PM

QUOTE(ButtsexV2 @ Aug 24 2010, 03:21 PM) *
try none instead of hidden, I think that worked when I tried it.



Darn, it didnt work

Any help???