Page 1 of 1

[solved] Issue with highlighted menu in IE

Posted: Thu Feb 26, 2009 9:36 pm
by tonyg
Hi,
  I am seeing weird behavior on my top level menu in IE (and not in Firefox).  the site is

http://wwwstage.ultra-fei.com

if you start to click different top nav menu items, and then hit the 'back' button, two menu options are left highlighted at the same time.


anyone have an idea about why this is?

Might it have to do with caching the previous state at the browser?

thanks

also,
when i view source on the page, I see this

Code: Select all

<li class="menuactive"><a class="menuactive"
href="http://wwwstage.ultra-fei.com/index.php?page=sales" >Sales</a>
</li>
<li><a
href="http://wwwstage.ultra-fei.com/index.php?page=support" >Support</a>
</li>
while both are showing highlighted (class=menuactive) only one actually is in the source

thanks

Re: Issue with highlighted menu in IE

Posted: Fri Feb 27, 2009 4:49 pm
by tonyg
fyi,
  I think I got if fixed...I added this and works now

Code: Select all

#primary-nav a:active{
background-image: url(uploads/images/menuoff.jpg);
}