Hello,
i got running in to trouble with the multiflex 5.4 theme. I want a hover effect on the tables. I tried so far with css tr:hover and with javascript:
<tr onMouseOver="this.bgColor='yellow';" onMouseOut="this.bgColor='white';">
But no chance ;( I cant get them work ....
Any ideas?