mpartarrieu
Programmer
Hi all,
I created a website with a menu div and a content div, both with predefined size and overflow property set to hidden. The latter div's content (text images, etc) overflows the div area horizontally, so I programmed a js function that slides the content (left-to-right and right-to-left, on demand), so that you can control the "page" you want to see.
It works fine on IE6 and IE7, but on FF and Opera the content div elements are still visible outside of the div. Besides the awkward look, when the content div elements show on top of the menu, all the menu links are useless.
You can take a look at the demo site on
I've been trying to find a solution for two days, but I'm hopeless. Any help is appreciated.
Thanks in advance...
I created a website with a menu div and a content div, both with predefined size and overflow property set to hidden. The latter div's content (text images, etc) overflows the div area horizontally, so I programmed a js function that slides the content (left-to-right and right-to-left, on demand), so that you can control the "page" you want to see.
It works fine on IE6 and IE7, but on FF and Opera the content div elements are still visible outside of the div. Besides the awkward look, when the content div elements show on top of the menu, all the menu links are useless.
You can take a look at the demo site on
I've been trying to find a solution for two days, but I'm hopeless. Any help is appreciated.
Thanks in advance...