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

bdore’s picture

Hi,

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

nstrassner’s picture

Status: Active » Closed (fixed)

Duh! Thank you.