
02-27-2009
|
|
|
|
RE: IE7 issue - menu choice stays high lighted when it should now.
all, just in case you have this issue, this is what i did to fix it
#primary-nav a:active{
background-image: url(uploads/images/menuoff.jpg);
}
"Tony Guadagno" wrote:
> also,
> when i view source on the page, I see this
> <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 is in the
> source
>
> "Tony Guadagno" wrote:
>
> > Hi,
> > I have a problem with IE (Firefox is not behaving this way). the site is
> > http://wwwstage.ultra-fei.com
> >
> > If you go there, click on a top nav menu choice, then click on another top
> > level nav choice...then hit the back button. You should see both top level
> > nav choices highlighted. This does not happen if you repeat in Firefox and
> > does not seem to matter what menu choices you choose.
> >
> > If you mouse over the choices, the ghost menu choices does not go away, but
> > if you right click on the page, the menu choice goes way......I am pulling my
> > hair out.....
> >
> > If anyone could help or point me in the right direction, I would really
> > appreciate it.
> >
> > thanks
> >
|