[jQuery] Re: $('table tr').hover() not working in IE

2008-01-09 Thread [EMAIL PROTECTED]
Thanks guys, There was a style deep inside of another stylesheet that was explicitly defining a background color and was loaded after the style sheet containing this definition. I should have double checked this before I posted. Bryan Migliorisi On Jan 7, 6:35 pm, David McFarland <[EMAIL PROTE

[jQuery] Re: $('table tr').hover() not working in IE

2008-01-07 Thread David McFarland
> > > <> >$('table tr').hover( >function() {$(this).addClass('hover');}, >function() {$(this).removeClass('hover'); >}); > <> > > > This is my CSS: > > <-

[jQuery] Re: $('table tr').hover() not working in IE

2008-01-07 Thread John S
Works just fine in IE6, Safari 3 (Win), and Opera 9. Don't know why IE7 would have a problem with this. On Jan 5, 11:57 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > This is my jQuery code: > > <> > $('table tr').hover( > function(