Blind Effect
Blind Effect
I'm trying to use the blind effect, but I want the item to start
hidden. I cannot make it work. As close as I've come is to trigger hide
() on document ready, but you can still see the menu before it
disappears. So I tried setting visibility to hidden with both a style
sheet and a style attribute, then setting visibility back to visible
in the call back function. If I do that, however, that animation
doesn't happen.The callback function does fire, but it re-displays
visible.
I've tried several combination of jquery and jquery.ui. At the moment
I'm using jquery ui 1.5.3 and jquery 1.2.6.
Can somebody help me out?
-Dez