hi there i have a problem with the jquery animation i have a markup like this <div id="tha_text" style="height:80px;">text text</div> <div id="tha_img" style="margin-top-80px;"><img src="somesrc" height="80" /></div>
so i want to $('#tha_img').hide("slow") on mouseenter of the img and the text with is on the bottom appears, ok but now i want the jquery to abourt the animation if the hide of the tha_img isn't finished and the mouse goes out the tha_img to show the tha_img but dont do this if mouseenter tha_text oder show the tha_img if mouseleave tha_text. oh a little bit confused writing. how can i do this? any ideas i am thankfull for any help