I use jQuery and the suckfish plugin for a menu but i don't want any animation when the submenu is showing.
I have the speed set on 0 but still there is some milliseconds between the head menu hover and the sub menu.
How can i disable the animation totally?
Maybe you could do It without the plugin since no animation is needed?
If you can, try this code.
Make sure you substitute fadeIn('fast')
with just show()
.