CK wrote:
A much of pain as these pages have been, a reluctance to adding anything to the core stylesheet begs the question, would these rules
 be better served from a CSS conditional?

No conditional comment needed. Just leave them in the page heads as they
are now.

My version look like this...

<style type="text/css" media="screen">
/*<![CDATA[*/
@import url("c/core.css");
@media screen {
* html #content {width: 377px; overflow-x: hidden;}
* html #content * {position: relative;}
}
#extra {overflow-x: hidden; width: 140px!important; padding: 0 3px;}

/*]]>*/

</style>

...where the @media rule prevents IE/Mac from seeing those IE/win
styles, just in case. Don't know what IE7 may need, but these styles
won't disturb it.

        Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to