Universal CSS Navigation Menu Support Product Page

Solved

IE8 Dividers not showing and more!

Reported 07 Mar 2012 00:44:44
1
has this problem
07 Mar 2012 00:44:44 Stacy Layman posted:
I've got a /beta ASPDNSF site I'm working on and hoping you can help. The menu is rendering nicely in Firefox 4, but in IE8 (yes) when hovering over sub-menu options, there is a grey area showing on the left side of the drop-down panel, as if the transparency rule is being ignored. (or something) Also, the dividers are not showing up and the height of the NAV menu appears too large. Here's my URL:
aspdotnetstorefront.metalcraftindustries.net/default.aspx
Thanks all,
Stacy

Replies

Replied 07 Mar 2012 06:08:20
07 Mar 2012 06:08:20 Teodor Kuduschiev replied:
Hello,

Actually your page loads in IE7 compatibility mode ...

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><

Please remove this line of code.
Replied 07 Mar 2012 14:12:44
07 Mar 2012 14:12:44 Stacy Layman replied:
There must also be another problem, it is stretching across the screen now. Any other ideas? Thanks much...
Replied 07 Mar 2012 14:23:45
07 Mar 2012 14:23:45 Stacy Layman replied:
ok, it's looking better now, I wonder why the sub-hav is centering though. Thanks for your help, I thought I had removed the compatibility for IE7 before.
Replied 07 Mar 2012 14:32:06
07 Mar 2012 14:32:06 Teodor Kuduschiev replied:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Is still on your page.
Replied 07 Mar 2012 14:50:39
07 Mar 2012 14:50:39 Stacy Layman replied:
It should be off *again* now... am working on try to center the sub-nav "left".. thanks again.
Replied 12 Mar 2012 07:21:32
12 Mar 2012 07:21:32 Teodor Kuduschiev replied:
Hello,

You need to add:

ul.sub >li {
    text-align: left;
}

Somewhere in your css. This will align the submenus left.
Replied 12 Mar 2012 21:38:23
12 Mar 2012 21:38:23 Stacy Layman replied:
Thanks again Teodor, I'll try that (already tried text-align: left; all over the place)
Replied 26 Mar 2012 20:46:05
26 Mar 2012 20:46:05 Stacy Layman replied:
I'm wondering if you might know why the buttons always appear in their "down" or "mouse-over" state rather than a raised button state?

Reply to this topic