*property, that is.

BTW, are you facing this issue on real project? Using jQuery event
handlers the 'this' keyword usually suffices.

On Oct 28, 4:55 pm, ricardobeat <[EMAIL PROTECTED]> wrote:
> Ah, now I see it. Actually in IE it doesn't alert at all when hovering
> the menu only.
>
> I think IE doesn't support the "target" attribute*. Try this:
>
> subMenu = (event.target || event.srcElement).id;
>
> On Oct 28, 3:39 am, csplrj <[EMAIL PROTECTED]> wrote:
>
> > I am using Firefox 3.0.3 and IE 6.0
>
> > If we scroll mouse over Menu1 then in Firefox the message comes "menu1
> > nav" but in IE it comes "nav nav"
>
> > Thanks in advance
>
> > CSJakharia

Reply via email to