[solved] Issue with highlighted menu in IE

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
tonyg
Forum Members
Forum Members
Posts: 80
Joined: Sun Dec 14, 2008 4:54 am

[solved] Issue with highlighted menu in IE

Post 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
Last edited by tonyg on Fri Feb 27, 2009 4:49 pm, edited 1 time in total.
tonyg
Forum Members
Forum Members
Posts: 80
Joined: Sun Dec 14, 2008 4:54 am

Re: Issue with highlighted menu in IE

Post 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);
}
Post Reply

Return to “Layout and Design (CSS & HTML)”