I have a button that is absolutly positioned on my page. The issue is that when hovering the cursor over the image in the button it thinks that I am not hovering on it anymore. Also, the button is not clickable when the cursor is over the image. If I remove the absolute position style it returns to normal.
Any ideas?
AT
Thursday, June 12, 2008
Looks like there is a div or some other element on top of your button?
Alex (ActiveWidgets)
Thursday, June 12, 2008
Alex,
Thanks for that. I thought I took care of that problem, but after double checking it turns out there was something on top of it.