Jeremy Boggs wrote:
> http://clioweb.org/liquidholygrail/

> One problem includes one of the hacks I'm using: the " _property: " 
> hack, to send styles to IE only. This of course invalidates the CSS, 
> so I'm hoping there's a better solution.

If all-valid CSS is important, then put the following _after_ all other
styles...

@media screen {
* html #header, * html #footer {width: 200%;}
* html #content2 {left: 25%;}
}

...and delete those 'leading underscore' hacks for IE/win you have now.
This will satisfy the validator and IE6' need for "fixes".

IE/Mac can't see inside an @media rule, and all other browsers -
including IE7 - will ignore the '* html' hack.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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