|
|
Joined: 4/3/2008 Posts: 18
|
We are using the Ektron DHTML menu, and we are integrating a system of push down ads for our site (ads that push page content down on expansion). Our ad works fine in IE, pushing everything down as it should. In firefox, the ad pushes everything down correctly except the DHTML menu, which stays where it is originally at. The odd thing is, when you use the browser to scroll in firefox after expanding or collapsing the ad, the DHTML menu then jumps to where it should be, lining up with the rest of the page content. This weird jump happens on expansion and collapsing of the ad. I need the menu to slide with the rest of the page content. Any help or suggestions would be appreciated...
if you want to see this in action, here is the URL:
http://www.kitchens.com/examples/kitchensimplicity.aspx
|
|
Joined: 2/12/2008 Posts: 5
|
Kevin, It looks like we are missing a "clear div" --- because of which the background (div) is not being pushed down. There are 2 div's on your page that i can see --- 1)<div id="adcontainer"> 2) <div id="background"> We need to place a <div style="clear:both;"></div> between these 2 div's. Hopefully this will sort your problem. Thanks,
|
|
Joined: 4/3/2008 Posts: 18
|
first, thanks for helping. I inserted the new <div>, but the functionality hasn't changed...
|
|
Joined: 4/3/2008 Posts: 18
|
After messing with it some more, I think the problem lies in the DHTML menu, not the page structure. I've come to this conclusion because the DHTML menu lines up correctly after you scroll. It seems like the the DHTML menu, in firefox, does not redraw itself correctly on the expansion, when you scroll and the page has to redraw, it suddenly appears where it is supposed to. Is there any setting that anyone knows of in the DHTML menu that forces it to redraw at some interval?
|
|
|
|