![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I know about the <!--[if lte IE 6]>...<![endif]--> thing, but what I want is basically the logical inverse of that, so that I can prevent IE6 from loading any of my CSS to begin with: some relatively stable way of making an @import directive or an HTML <link rel="stylesheet"... / visible to everything *but* IE6. |
#2
| |||
| |||
|
|
Thanks for the hint, but that doesn't quite work*... but I probably should have been more specific with regard to my 'requirements'. While something like ![if !(IE 6)] link rel="stylesheet" ... / ![endif] works most places, it is not valid XHTML so I'd like to avoid it. On the other hand, I don't mind using the other form of conditional comments (which I mentioned above) because it is valid HTML. |
#3
| |||
| |||
|
|
Sure it would be hidden from IE 6, but it would be hidden from every other browser as well. |
![]() |
| Thread Tools | |
| Display Modes | |
| |