<!--[if lt IE 7]> <link rel="stylesheet" href="ie.css" type="text/css"> <![endif]--> I think the alternative is for people who want to keep their classes
together even if some of them are browser specific. For example, in the app I am working on the CSS is enormous. (dont ask) And the whole thing is changing pretty rapidly. And I am going to want to change certain things section-by-section. In this scenerio, I really do not want to seperate out an ie6.css. I just want to comment in my css /* override for blah blah because IE6 sucks */. The benefit of his method is that it doesn't use JS, which I thought was an interesting implementation and avoids the "depends on JS" issue. Glen