[thelist] CSS Fix

Lee Kowalkowski lee.kowalkowski at googlemail.com
Tue Aug 7 02:51:38 CDT 2007


On 06/08/07, Fred Jones <fredthejonester at gmail.com> wrote:
> Anybody know why on "Part 1" and 2 etc. the rollover works on FF but not
>  IE?
>
> Here: http://tinyurl.com/23a92c
>
> Thanks,
> Fred

Although you are applying the :hover pseudo class to the <a> element,
it seems there's a further constraint in IE6, which is that the :hover
pseudo class must be applied to the last simple selector in a chain.

This constraint is supposed to be for pseudo elements (e.g.
:first-child), but it seems to be true for the :hover pseudo class too
(but not :visited or :active).

-- 
Lee



More information about the thelist mailing list