Note to future generations (that is, those who only care about FireFox and
IE7+): just add "tr:hover" to your CSS, for example: 

tr.even {
        background-color: #d6ddee;
}
tr.even:hover {
        background-color: #8fa4d1;
}

tr.odd {
}

tr.odd:hover {
        background-color: #8fa4d1;
}

But beware that for IE7 you need to specify a strict doctype. See 
http://www.bernzilla.com/item.php?id=762
http://www.bernzilla.com/item.php?id=762 

-- 
View this message in context: 
http://www.nabble.com/MouseOver-Effect-on-DataTable-tf2226740.html#a10324964
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to