Hi, I'm not much more than a jquery cut and paste/change a simple user definition, kinda guy. I can't write javascript...
So, I was trying to marry a jquery "animation effect" with Superfish in one page and apparently have a conflict. The two things work separately but it seems that there is unhappiness having jquery-1.3.2.js and jquery-1.2.6.min.js called in the same HTML page. Superfish scrolls up and seems fine until you hover on a second or third tier menu item. They just act like they're not there and the menu collapses back to tier 1. I tried substituting one or the other jquery versions and each time one or the other animations fails. I'm guessing the other javascripts have issues or dependencies that conflict. All the scripts are: jquery-1.3.2.js jquery.easing.1.3.js jquery.delay.js header.js jquery-1.2.6.min.js hoverIntent.js superfish.js I'm not 100% certain where the conflict lies, but I think that's it. Can there be a jquery conflict? How can I go about resolving it? The demo page is located at: http://ehydrant.com/superfish/marry4.html