I was thinking about the "child selector hack" that is popular with many sites (including some of the very high profile sites on the internet). The hack is very simple... it's totally valid CSS that the whole IE family just doesn't understand - and so you can effectively set a style for "all browsers that aren't IE".
Example:
Code:
p {color:red;}
html>body p {color:green;}
So what happens with IE7 beta? If it is becoming more standards compliant, then they really have to support the child selector. If they do that... the hack is going to break (although it will still work fine for pre-version 7 IE family).
Could someone with IE7 beta try the code I have shown above and reply back with the result?
Cheers,
Jeff