[jQuery] Re: Hover bug in Firefox?

2007-09-05 Thread Theodore Ni
I can't reproduce this using just the table and jQuery code you provided. I tried putting a separate style on td but that just stifles any hover effect on both FF and IE7. Is there any more information you can provide, or perhaps a test page showing the problem? On 9/5/07, Andy Matthews <[EMAIL P

[jQuery] Re: Hover bug in Firefox?

2007-09-05 Thread Andy Matthews
That was it Joel. Can't believe I didn't think of that. Thank you. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joel Birch Sent: Wednesday, September 05, 2007 12:12 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Hover bug in Firefox?

[jQuery] Re: Hover bug in Firefox?

2007-09-05 Thread Joel Birch
On 9/6/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > I've found some unexpected behaviour using hover in Firefox. > > and this jQuery code: > $('tr').hover(function(){ > $(this).css('backgroundColor','797979'); > },function(){ > $(this).css('backgroundColor','6c6c6c'); > }); > > "Should