Zen Cart Logo
Forums / All Other Contributions/Addons / Have glitch w/ CSS for product category menu in IE7

Have glitch w/ CSS for product category menu in IE7

Locked

Views: 1,130

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
1 Jul 2007, 1:46 AM
#1
rollingsphere avatar

rollingsphere

New Zenner

Join Date:
Jun 2006
Location:
texas
Posts:
16
Plugin Contributions:
0

Have glitch w/ CSS for product category menu in IE7

In IE7 when you mouseover a menu button, it creates a space/gap in between it and the one below it. This really causes bigger problems with the sub menus where you can not access some, and part of the menu just disappears. If anyone has any ideas id appreciate it! Im completely stumped :wacko: You can see what im talking about at www.mad4wd.com (with IE7)

1 Jul 2007, 3:19 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Have glitch w/ CSS for product category menu in IE7

A search for the CSS flyout menu may have some possible answers.

1 Jul 2007, 9:07 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Have glitch w/ CSS for product category menu in IE7

Also try searching for z-index

2 Jul 2007, 9:41 PM
#4
brandtim avatar

brandtim

Zen Follower

Join Date:
Apr 2006
Posts:
250
Plugin Contributions:
0

Re: Have glitch w/ CSS for product category menu in IE7

RollingSphere,

I checked your site in FF2, IE6, and IE7 on WinXP-SP2. FF2 and IE7 worked fine. IE6 had some issues removing the space under the menu items when I hovered over them. It was still navigable, however.

Your z-index for the flyout should be fine. Best place to start is with validating your code. There's an unfinished <link> in the head that may be causing some problems.

You can get a code validation check here:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.mad4wd.com%2F

There are many problems with unescaped "&" characters. They shouldn't be messing with the flyout menu, but they may be hiding the real culprit.

Hope this helps,
BrandTim