[thelist] [CSS] Specificity Issues

Liorean Liorean at user.bip.net
Tue Oct 22 13:36:00 CDT 2002


At 11:18 2002-10-22 -0400, sasha wrote:
>Well, someone better tell my IE 5.0 that it isn't supposed to understand
>child selectors.  I seem to have no problems using a>img {}.

You're on a mac? As IE 5.5 and 6.0 on Windows doesn't support it, I find it
highly unlikely that IE 5.0 on Windows supports it.



On the other hand look at this:

   body > div {blah: blah;}
/*
IE5.0Win interprets this as
   body {blah: blah;}
*/

   body>div {blah: blah;}/* IEWin doesn't understand this at all.*/

// Liorean




More information about the thelist mailing list