[jQuery] ie6 bug w/ jquery accordion-drawer real world demo

2008-07-04 Thread tarendol2002
Hi all, Is there anybody who has fixed the css of this apple menu demo under ie6 ? I mean the demo that's on this tutorial and also available under the jquery ui svn trunk : http://jqueryfordesigners.com/slide-out-and-drawer-effect/ TIA

[jQuery] Re: tablesorter onafer feature?

2007-12-12 Thread tarendol2002
Something like this should do the trick: $(".tablesorter tr").mouseover(function() {$ (this).addClass("over");}).mouseout(function() {$ (this).removeClass("over");}); css: table.tablesorter tr.over td { background:#BCD4EC none repeat scroll 0% !important; } On 12 déc, 21:17, Arturo <[E