Just 2 notes on this:

On Jul 17, 2009, at 3:29 PM, Alan Gresley wrote:

> I would not recommend
> hacking your HTML with IE Conditional comments since they are not in  
> one
> location and thus not easily removed.


1. If your website is larger than 3 pages and reuses the same  
stylesheets, I hope you use server-side templates :-). From the humble  
(yet quite powerful) SSI to PHP, ASP or other name-you-favourite  
server side language, an include to load your block of <link  
rel="stylesheet" ...>  with CC's in it.

No need for support for IE anymore? Just remove a couple of lines out  
of that include, upload done. Let the server do the rest of the job.

2. multiple @imports and nested constructs:

On Jul 18, 2009, at 12:31 AM, Alan Gresley wrote:

> My regular CSS,
>
> <http://css-class.com/test/epsilon-0-1.css>

You do know that such constructs are detrimental to performance and  
page load, esp. in IE, do you?
Fex:
http://www.stevesouders.com/blog/2009/04/09/dont-use-import/
take this with a grain of salt, but I did some similar tests with IE  
running on an older machine, and multiple @imports do slow down things.

My 2¥,

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to