Hello,

Using Nice Menu on Drupal 5.0 as detailed here, I've run into a problem on IE6 only. The initial location of the menus is not where they should be until you mouse over them. Then they magically go to where they should according to the custom theme. Reloading the page throws them out of location again. This is happening to three separate menus on the page. Has anyone else ran into this problem or have an idea why this might be happening?

The theme's (homepage only) places the menus in the center of the page inside a table. The menus initially appear to the left of where they should be. You can see the demo site at here.

thanks.

Comments

add1sun’s picture

Version: 6.x-2.x-dev » 5.x-1.x-dev

They all look fine to me in IE 6, that is they don't move around at all and seem lined up properly with the other page elements. Can anyone else replicate this? Also you may want to try using the latest code that is actively being worked on. Changing version to 5 dev.

andjsmit’s picture

Status: Active » Fixed

Thanks for taking a look. I should have closed this request. It turned out that a hard to find bug in IE6 required a list-style-image to be added at the bottom of the table cell. By adding a empty div with this style set to a url(blank.gif) the problem was solved. I named to the div class "weirdFix". No idea why it works...

andjsmit’s picture

Component: Code » Browser Compat
Anonymous’s picture

Status: Fixed » Closed (fixed)