kingdomweb
02-22-2008, 07:08 PM
I have designed a webpage whcih requires the user to scroll horizontally across the page to imitate walking along a wall reading posters. It works OK in IE but not in Firefox (it just scrolls everything up and down).
Does anyone have a fix for this?
The page url is : www.deepseed.com/testimonials.html and is a prototype.
Thanks in advance.
jcdevelopment
02-22-2008, 07:23 PM
will this work for you?
place it in the head of that page
* body {width:3000px; overflow:visible;}
kingdomweb
02-22-2008, 07:33 PM
You are a legend!!! Great stuff. Thanks again :)
jcdevelopment
02-22-2008, 07:59 PM
no problem, nice concept also!!
nolvorite
02-23-2008, 01:29 AM
will this work for you?
place it in the head of that page
* body {width:3000px; overflow:visible;}
was it supposed to be overflow-x:auto;
_Aerospace_Eng_
02-23-2008, 01:50 AM
overflow-x:auto; only works in FF and IE. You actually don't need overflow at all. Just setting a width on the body is fine.
bajan4evr
07-13-2009, 07:36 PM
How do i get the scrollbar to appear in center of page or maybe 2/3 down on page to look similar to this?
http://wonderwall.msn.com/
Thanks.