Hi, I am in a crunch and i really need help finding the right JS plugin.
I would like to be able to have slideUP divs on rollover. the best example i can find is this kwick; the one on the bottom: http://www.moord.it/examples/kwick_all
i need the div to slide upward though, not downward like the examples shows.
any type of slide would work, but i am having a hard time making one slide up, everything slides down..
Please, any direction would be helpful. Thanks in advance.
the example uses the click event. But jquery does have an mouseover event. But you will have to research that. Then you can change the speed at wich it slides down.
I would like to be able to have slideUP divs on rollover.
the best example i can find is this kwick; the one on the bottom: http://www.moord.it/examples/kwick_all
i need the div to slide upward though, not downward like the examples shows.
any type of slide would work, but i am having a hard time making one slide up, everything slides down..
Please, any direction would be helpful.
Thanks in advance.
http://docs.jquery.com/Effects/slideDown#speedcallback
the example uses the click event. But jquery does have an mouseover event. But you will have to research that. Then you can change the speed at wich it slides down.