hello
can anyone tell me why msie/pc won't show the hover states in the menu on the left (in <!-- m --><a class="postlink" href="http://www.steffiweismann.de/index_neu.html">http://www.steffiweismann.de/index_neu.html</a><!-- m -->) 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: <!-- m --><a class="postlink" href="http://www.steffiweismann.de/inc/pc_msie.css">http://www.steffiweismann.de/inc/pc_msie.css</a><!-- m -->, lines 92-201 (classes a.navlink and a.navbottomlink)). The other css-files can be found at <!-- m --><a class="postlink" href="http://www.steffiweismann.de/inc/mac_msie.css">http://www.steffiweismann.de/inc/mac_msie.css</a><!-- m -->
and
<!-- m --><a class="postlink" href="http://www.steffiweismann.de/inc/all.css">http://www.steffiweismann.de/inc/all.css</a><!-- m -->)
?
thnx
pI 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>Links pseudoclasses should be defined in this order:
a:link, a:visited, a:hover, a:active.thank you very much pyro. that did it. i've been testing on MSIE 6.0.2800.1106.xpsp1.020828-1920 (under WinXP Pro).Sure thing.
can anyone tell me why msie/pc won't show the hover states in the menu on the left (in <!-- m --><a class="postlink" href="http://www.steffiweismann.de/index_neu.html">http://www.steffiweismann.de/index_neu.html</a><!-- m -->) 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: <!-- m --><a class="postlink" href="http://www.steffiweismann.de/inc/pc_msie.css">http://www.steffiweismann.de/inc/pc_msie.css</a><!-- m -->, lines 92-201 (classes a.navlink and a.navbottomlink)). The other css-files can be found at <!-- m --><a class="postlink" href="http://www.steffiweismann.de/inc/mac_msie.css">http://www.steffiweismann.de/inc/mac_msie.css</a><!-- m -->
and
<!-- m --><a class="postlink" href="http://www.steffiweismann.de/inc/all.css">http://www.steffiweismann.de/inc/all.css</a><!-- m -->)
?
thnx
pI 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>Links pseudoclasses should be defined in this order:
a:link, a:visited, a:hover, a:active.thank you very much pyro. that did it. i've been testing on MSIE 6.0.2800.1106.xpsp1.020828-1920 (under WinXP Pro).Sure thing.