It working now.
- Try putting "onmouseOver" all in lower-case ("onmouseover").
It was changing the case to lowercase that made the difference.
Thanks a lot.
John
I am trying to change the onmouseOver event dynamically.
Here's what I have:
document.getElementById('accomodationcell').onmouseOver = function(){this.className = 'submenuover'};
Except its not working. Any ideas???
John
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.