Closed (fixed)
Project:
Nice Menus
Version:
6.x-1.3
Component:
Browser Compat
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2009 at 22:01 UTC
Updated:
18 Jan 2010 at 16:04 UTC
I have a Nice Menu from Primary Menu with 4 items.
In Firefox, I see 4 items, as in the code below:
<li id="menu-773" class="menu-path-node-13"><a href="samplemedia" title="">Samples</a></li>
<li id="menu-774" class="menu-path-node-15"><a href="/resume" title="">Resume</a></li>
<li id="menu-775" class="menu-path-node-14"><a href="bio" title="">Bio</a></li>
<li id="menu-776" class="menu-path-contact"><a href="contact" title="">Contact</a></li>
But for IE7, here is what is sent to the browser:
<li id="menu-773" class="menu-path-node-13"><a href="samplemedia" title="">Samples</a></li>
<li id="menu-774" class="menu-path-node-15"><a href="resume" title="">Resume</a></li>
<li id="menu-775" class="menu-path-node-14"><a href="bio" title="">Bio</a></li>
As you can see, the last menu item (776) never gets to the IE browser.
Why??
Comments
Comment #1
bdore commentedHi,
I was having the exact same problem. I tried to access mysite/contact only to find out I had no permission.
I set anonymous user permission to access site-wide contact form and now its ok.
gl
Comment #2
nstrassner commentedDuh! Thank you.