mouseover,mouseout and click events do not trigger for img element
Rene Veerman <[email protected]> Fri, 17 Feb 2012 02:25:38 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <702ba980-e69a-4d76-aa28-c7aa841af80c@z31g2000vbt.googlegroups.com> |
On http://skatescene.biz/work_myown/mediaBeez/album/26 , i have a window with thumbnails and some buttons above that. The buttons are supposed to light up onmouseover, fade out again onmouseout, and do something on click.. Nothing special really. Javascript debugger statements have been added where appropriate, on that previously mentioned url. But unfortunately no matter how I register to be notified of these events on these buttons, the events never get triggered. Not in Chrome, but also not in firefox. I wonder what if anything I'm doing wrong here..