Oliver Boermans schrieb:
> Perhaps a little JavaScript inserted with a conditional comment in the
> head of my document?
> 
> <!--[if lt IE 6]>
> <script type="text/javascript">
> //Kill jQuery?
> ...
> </script>
> <![endif]-->
> 
> Thoughts?

Why don't you make it the other way round?

<!--[if gte IE 6]><-->
<script type="text/javascript" src="jquery.js"></script>
<!--><![endif]-->


-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to