> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Bill Moseley > Sent: Sunday, August 17, 2008 8:41 AM > To: Manuel Razzari > Cc: Jonny Stephens; CSS List > Subject: Re: [css-d] Pass full css file to IE6 but not IE7 - with CSS only > > On Thu, Aug 14, 2008 at 07:09:07PM -0300, Manuel Razzari wrote: > > > > Extremely appreciated link, this seems to be EXACTLY what I need. > > I have not looked into the details, but we have been avoiding @import: > > http://developer.yahoo.com/performance/rules.html > > in our markup -- and also in our CSS to avoid chaining HTTP requests. > > > > Why are the IE conditionals not an option? > > Here's a suggestion how to avoid the css hacks and use a single > style sheet. Requires extra wrapper markup, which I don't find that > attractive, but it's just an extra <div> or two. > > http://www.positioniseverything.net/articles/cc-plus.html > > This also has the advantage of fewer HTTP requests to fetch separate > css files.
Am I the only one who thinks this creates more problems than it solves? We end up with a document's structure that is different across browsers and we add weight to our rules (via that extra ID and the forking). What's wrong with using the "_property" and "*property" hacks? Is this about the "Valid CSS" badge? Just curious... -- Regards, Thierry | http://www.TJKDesign.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
