[jQuery] Re: Can anyone help me with this Superfish problem?

2008-06-25 Thread delic
Hi guys, I've been hacking away at the Superfish menu and still can't seem to get it working well in IE 6... I've tried the above suggestions and it hasn't worked out... Cam anyone else offer a suggestion that I may be over looking? Thank you in advance, _delic On Jun 24, 11:48 am, delic

[jQuery] Re: Can anyone help me with this Superfish problem?

2008-06-25 Thread Adam Weis
Delic, Two things I noticed just glancing at your page - 1. your No Conlict function is placed inside a script inside of another script tag Try something like script type=text/JavaScript jQuery.noConflict(); /script 2. I don't see where you are initializing the plugin. Try something

[jQuery] Re: Can anyone help me with this Superfish problem?

2008-06-24 Thread Joel Birch
Hi delic, What Adam said. Also, it seems you are using Mootools also, so you will want to look into jQuery's noConflict() function once you have the core jQuery file loading. This will allow you to use both libraries at the same time - although you would be best off doing everything with jQuery

[jQuery] Re: Can anyone help me with this Superfish problem?

2008-06-24 Thread delic
Thank you both so much! Um, a few questions...I feel like such an ass because I DID have the jQuery file floating in my scripts folder, but I forgot to have a link to it! Now then, is there a way for me to get jQuery to pick up the mootools slack...I'd rather keep my code as light as

[jQuery] Re: Can anyone help me with this Superfish problem?

2008-06-23 Thread Adam Weis
Hi delic, I think you may be missing the most important part of any jQuery plugin, the core jQuery file. You can grab the latest version here: http://jquery.com/ -Adam On Mon, Jun 23, 2008 at 5:35 PM, delic [EMAIL PROTECTED] wrote: Hello everyone, I am new to teh boards here and wanted