Log in

View Full Version : div containers overlap when using smoothscroll



neonspice
02-03-2008, 06:48 PM
hi guys

the website in question is here http://greatlinks.neonspice.net

i'm using 2 div containers on my page, navigation bar is fixed while content on the right is static. when the page is opened up and full screen everything is ok. Even when you scroll manually its ok. But if the browser window becomes smaller, and you click on the navbar, the content on the right goes under the fixed div as a result of the anchor points being at the top of each section. I'm using smoothscroll from mootools to navigate my anchor points.

would appreciate if anyone can figure out how i can prevent the two divs from overlapping! thanks!!

Nelson

boogyman
02-06-2008, 07:48 PM
I am not seeing any overlapping in Fx1.5 or Fx2
Usually "overlapping" is caused by a combination of width / z-index
check the z-index (pop out) of your elements.

neonspice
02-06-2008, 08:49 PM
hi

did u try making the window width smaller? after a certain length in firefox , when u click on the navbar on the left, it will overlap.
thats the problem im still trying to fix.