On Feb 22, 2008, at 8:36 AM, Doug Sparling wrote:
IE6 and older only supports hover on anchor (<a>). IE7 does support
hover on all elements, but only if you are not in quirks mode.
The hover you're referring to here is the :hover CSS pseudo-class. IE6
certainly supports the onmouseover and onmouseout JavaScript events.
--Karl
On Feb 21, 12:52 pm, fshuja <[EMAIL PROTECTED]> wrote:
i am using jquery version 1.2.3.
I was trying to attach hover on <area> inside <map>. but find that
its
working ok in FF but not in IE.
when i try to set <area onmouseover=""> then it works for both IE n
FF.
is this the bug??
If IE supports onmouseover event for <area> tag inside <map> tag then
hover should work.
thnx
Faraz