So far loading up a DIV with  s and then something like:

target_div { overflow: hidden; text-decoration:none; }

is the only thing I've been able to pull off in IE. It does seem to
work tolerably though. You can see it in action/grab source via the
URL in the original post.


It's not what I'd consider ideal, but until I come across something
else, hope it helps...

-a




On Mar 7, 11:29 am, Fernando_AJAX <[EMAIL PROTECTED]> wrote:
> Hi hedgomatic and h0tzen,
>
> I'm experiencing the same problem here. I've tried mouseover/mouseout,
> hover()...  without success.
>
> On Mar 6, 7:08 pm, hedgomatic <[EMAIL PROTECTED]> wrote:
>
> > I actually started with hover, with something along the lines of...
>
> > ---------(snip)
> > $("#trigger_news").hover(
> >                 function () {$("#news").addClass("news_on");},
> >                 function () {$("#news").removeClass("news_on");$
> > ("#news").addClass("news");});
> > ---------(/snip)
>
> > ...which sadly wound up producing the same result. This is using
> > jQuery 1.2.3.
>
> > On Mar 6, 5:34 am, h0tzen <[EMAIL PROTECTED]> wrote:
>
> > > use jquerys specific hover-method which workarounds the browser-
> > > failures of mouseover/mouseout.
> > > in the recent jquery-plugin there are also new virtual events
> > > mouseenter, mouseleave i think, which wrap
> > > mouseouver and mouseout and are used by hover()
>
> > > $(elem).hover(overFn, outFn)

Reply via email to