Wow! I've been under the false supposition that IE7 did not 'believe' in 
the nameless super-html object.

How is it, then, that this works while the simple '* html' selector does 
not?


Regards,
Barney


Mark Story wrote:
> The selector I've been using with quite a bit of success is
> 
> *:first-child+html
> so in your circumstance it would be
> 
> *:first-child+html .clearing {
> 
> This selector uses the invisible super parent object above html that 
> only IE has, it then uses CSS2 selectors to target the HTML object 
> something that IE6 cannot do. This selector is completely ignored by 
> other browsers as they don't have an element above html.
> 
> -Mark
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to