grantSenior
-
z-index problem
Thanks Hugo! Point taken, I will make things a lot tidier next time. Thank you again for your help.
-
jQuery animate an image up and down on hover
I found a few approaches got me what I wanted. The .animate approach raises the image and holds until the mouse leaves the div $(document).ready(function(){ $(".boxx").mouseover(function(){ $(this).stop().animate(…
-
jQuery animate an image up and down on hover
I don't think that will solve my problem after all, from what I've seen so far the results are not consistent across all browsers. So I'm back to trying to get a solution with jQuery. Thanks for the suggestion anyway.
-
jQuery animate an image up and down on hover
Thanks for your suggestion Paulie_D, it's not something I considered but you may be right. I will look into it.