mouse move in with text, but move out with totally disappearing everything, can anyone help
here is the linkage
greatinfohk.com/testing1
if i understand u correctly, u don’t want the image to be removed at mouseout
remove the tag of the image. check its ID. then delete $w("#imageid).hide()
and u don’t have to write anything in show() and hide(). they are for animation
it should do.
it’s ok, thks