Click to See Complete Forum and Search --> : msie/pc not showing hover states


Pierre Rouillet
01-13-2004, 11:31 AM
hello

can anyone tell me why msie/pc won't show the hover states in the menu on the left (in http://www.steffiweismann.de/index_neu.html) while all other browsers, even msie/mac does?
(in the html it's line 14-35, in the css (in the case of msie/pc: http://www.steffiweismann.de/inc/pc_msie.css, lines 92-201 (classes a.navlink and a.navbottomlink)). The other css-files can be found at http://www.steffiweismann.de/inc/mac_msie.css
and
http://www.steffiweismann.de/inc/all.css)
?

thnx

p

jaegernaut
01-13-2004, 11:53 AM
I looked at it using W2000 / IE 6.0.2800 and it shows the hover state.

Was there a specific IE browser version you were testing with?

<edit>
Actually it shows the hover state on all but the 1st and 3rd links. You might check your code for those two instances
</edit>

pyro
01-13-2004, 12:05 PM
Links pseudoclasses should be defined in this order:

a:link, a:visited, a:hover, a:active.

Pierre Rouillet
01-13-2004, 03:14 PM
thank you very much pyro. that did it. i've been testing on MSIE 6.0.2800.1106.xpsp1.020828-1920 (under WinXP Pro).

pyro
01-13-2004, 03:33 PM
Sure thing. :)