At 08:03 AM 3/15/2006 , you wrote:

>With "conditional comment", I mean
>these constructs in the head of a html file:
><!--[if lte IE 6]> ....

I could not get this to work.

>If you don't want to follow this route, you could say
>
>* html .wrapper,
>* html .columns-float,
>* html .menu,
>* html .content,
>* html h2 {p\osition: relative;}

This did!! Many thanks for your patience
-Mike

>position:relative is not meant to be seen by the good browsers in your 
>case. So you have to hide it.  "* html" serves to IE/Win and IE/Mac only.
>
>The construction of the holly hack hides it from IE/mac in addition.
>
>/*\*/
>* html .wrapper,
>* html .columns-float,
>* html .menu,
>* html .content,
>* html h2 {p\osition: relative;}
>/**/
>
>I refer to the link.
>
>Ingo
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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