Just wondering how I can get this working 100% correctly. I think I\'m nearly there.
Basically, I have an image & when I mouseover, I want an overlay (which is a
If i were you i would use only css. Actually you do not need any kind of functions like show() or hide(). I used an tag for wrapping because some old Internet Explorer versions does know about :hover only on this tag.
show()
hide()
:hover
You can check the trick here