here is the page : http://pfibco.ca/01-accueil-fra.php
I try to block hover highlight the menu… work almost fine
just the selected class dont apply… why ?
#menu ul li a .selected{
and the worst… the menu is completely destroy in ie6, why ?
i used the block propriety.. no choice for the hover…
display: block;
how to fix that ?
Try this for the selected problem:
The HTML has the
selectedclass on the<li>so the CSS should match that.I can’t help you with IE6 though, it destroys a lot of things and my nerves are one of those things.