Javascript Onmouseover Not Working With Doctype In Firefox?
I am using the JavaScript onmouseover event for the menu on my website, but it does not work in firefox when I declare a doctype. And if i don't declare a doctype IE displays the p
Solution 1:
Firefox does not like the way you refer to your images by name. Use Id and getElementById instead.
Edit. Notice excellent Ben Blank' comment that for some reason WMD won't correctly display in the post.
Post a Comment for "Javascript Onmouseover Not Working With Doctype In Firefox?"