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
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
2 matches
Mail list logo