Browser Issues

This page is a collection of browser bugs that I have encountered. This includes the implementation of JavaScript and CSS, in various browsers.


Image map mousedown events

Some browsers do not respond to events on <img> tags, if the image has an image map associated with it and the mouse is clicked on an area covered by an <area> tag.
July 24 2006 More

Safari children bug

Safari 2.0.4 has a bug in it's implementation of the Javascript DOM Node property "children".
August 8 2006 More

Scroll bars underneath floating div

When a floating div is placed over another div that has scroll bars, the scroll bars can be moved by clicking on the appropriate area of the floating div.
April 18 2008 More