Ok this is untested but use conditional comments to hide the scripts from IE 5.5 and lower, but shown to IE 6+ and the rest of the browsers you'll need to use this somewhat messy approach.
<!--[if gte IE 6]> ... scripts ... <![endif]--> <!--[if !IE]><--> ... scripts ... <!--><![endif]--> You need to "include" the scripts twice. :P The code approach is starting to look more palatable. Karl Rudd On 3/6/07, Karl Rudd <[EMAIL PROTECTED]> wrote: > Err scratch that, last reponse of mine. That will hide it from every > non-IE browser as well as IE < 6. > > Karl Rudd > > On 3/6/07, Karl Rudd <[EMAIL PROTECTED]> wrote: > > Try: > > > > <!--[if gte IE 6]> > > <script type="text/javascript" src="jquery.js"></script> > > <![endif]--> > > > > Karl Rudd > > > > > > On 3/6/07, Oliver Boermans <[EMAIL PROTECTED]> wrote: > > > As is IE 7. > > > > > > If I remove <--> it my JavaScript is also hidden from Firefox and friends > > > :/ > > > > > > On 06/03/07, Oliver Boermans <[EMAIL PROTECTED]> wrote: > > > > IE 6 is rendering <--> visibly in the page. > > > > > > _______________________________________________ > > > jQuery mailing list > > > discuss@jquery.com > > > http://jquery.com/discuss/ > > > > > > _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/