surely its a javascript conflict. that doesnt mean with your menu, but with some other script maybe also depending on how many of those you are tied up.
you can try to put bar-script source in your head at the top (first, top line) of all scripts. if in that case its working, then you will have to find conflict source and get rid of it.
so copy/paste/delete that line til the bootom of <head> until you find a conflict script. that is the easiest way. when it stops working, problem is in upper line(s).
good luck
|