thanks ;)

2008/5/13 Joel Birch <[EMAIL PROTECTED]>:

>
> I think you are experiencing a library conflict as both jQuery and
> Prototype both want to use $. By the time you initialise Superfish,
> the dollar symbol has been hijacked by Prototype and no longer works
> for jQuery. A quick solution is to change your initialisation code to
> this:
>
> /* use "jQuery" where you would use "$" */
> jQuery(document).ready(function(){
>       jQuery(".nav")
>       .superfish({
>               animation : { opacity:"show",height:"show"}
>       })
> });
>
> jQuery also has an inbuilt way of resolving multi-library conflicts
> which is really useful - you can learn about it here:
> http://docs.jquery.com/Using_jQuery_with_Other_Libraries
>
> Joel Birch.
>



-- 
______________________________________
Rui Gomes

Reply via email to