Hi there,

I'm having a problem in IE7. It works fine in IE6 and FF but when I tried testing it in IE7 the secondary links show when the mouse is hovered on the primary links but fly out too quickly for anyone to click them.

I originally had this problem with FF and IE6 but I twiddled around the CSS and somehow fixed it. I'm not CSS expert though so I'm not exactly how I did it.

I'm also not sure if this is related but the menu will work properly if I go to a page with a webform. But it crashes IE7.

The site is located here:
http://woc.elementfx.com/drupal57/

The page with the webform that crashes is here:
http://woc.elementfx.com/drupal57/online_order

Any help here would be appreciated! The only css files I changed was the nice_menus_default.css

Thanks!

Comments

woc_art’s picture

I found a fix for the page crashing when a webform page is loaded here: http://drupal.org/node/253217

It seems to work for me but I still have the problem with the second level menu flying out too quickly.

THanks!

woc_art’s picture

I'm getting a little closer to this. I found that if I change the top part of the following :

/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.8em;
  left: -1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-right: 0;
}

to

top:0.5em;

the menu won't fly out too quickly. However the second level menu items are touching the bottom of the primary menu items. I've tried to pad it but if I move the second level low enough to be in the right position then they fly out too quickly again.

Can anyone please help me with this? This is only in IE7

woc_art’s picture

I figured out that the reason I have this problem is because I removed the background colour from:

ul.nice-menu li {
	border: 0px;
	border-top: 0;
	float: left;
}

If I add it back then the menu works fine.

However I need the menu to be transparent. Is there any other way to fix this? It's only IE7 that has the problem.

add1sun’s picture

Status: Active » Postponed (maintainer needs more info)

@woc_art, that seems weird, but have you tried setting the background color to transparent rather than removing the property?

woc_art’s picture

Hi there,

Yes, if I set it to transparent I have the same problem. It's ok, I decided to change the menu to have the second level going down instead of horizontal.

Thanks though.

skassam’s picture

Which fix did you implement to address the crashing on a webform page?

The IEHoverPseudo?

TIA
Shinan

add1sun’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking this one resolved.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.