PDA

View Full Version : Custom banner not working (properly) in IE


vaio2006
Apr-15-2008, 12:14 PM
For some reason, my menu bar / drop down menu is not working properly

The banner/dropdown is shifted towards the left and overs over the content area, like so:
http://www.asijimages.net/photos/280008959_jbr4X-S.jpg

But this seems to be centered in Firefox, but still hovers over the content area:
http://www.asijimages.net/photos/280008973_B6xzc-S.jpg

Can any one help me with this?

I am currently using the "Easy dropdown nav bar (http://dgrin.com/showthread.php?t=42747)" by SteveM

This site: http://www.asijimages.net

Allen
Apr-15-2008, 12:19 PM
For some reason, my menu bar / drop down menu is not working properly in IE.

The banner/dropdown is shifted towards the left and overs over the content area, like so:


But this seems to be working in Firefox:


Can any one help me with this?

I am currently using the "Easy dropdown nav bar (http://dgrin.com/showthread.php?t=42747)" by SteveM
You have a link to the site? The one in your footer seems to be different.

vaio2006
Apr-15-2008, 12:19 PM
You have a link to the site? The one in your footer seems to be different.
http://www.asijimages.net

Allen
Apr-15-2008, 12:22 PM
http://www.asijimages.net
Add the menu in front of this and see if it's fixed.

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

vaio2006
Apr-15-2008, 12:30 PM
Add the menu in front of this and see if it's fixed.

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

Bingo!
My eyes totally missed that... (I guess this is what happens when I'm trying to all these different thingsi n the midst of all the school work I have...)

Thanks!