Hi everyone,
First of all -- the book is an excellent resource! Excellent work Nicholas.
I just wanted to quickly note that this works fine in IE5+,IE6+,Firefox,Opera but not Safari.
The problem can be seen here:
http://albeik.com/js/
When hovering (in and out) over the "text" inside the DIVs, the onmouseout event for the text's DIV does not get triggered in Safari.
The source is pretty simple and easy to read:
- on load generate divs
- attach divs to mouseover and mouseout handlers
Make sure to hover the mouse above the text inside the DIVs. When you move out of the DIV -- the DIV's onmouseout doesn't get triggered. :(
Anyone have any recommendation as to why this is happening or what one would suggest to further debug this problem? Any help would be appreciated.