I used CSS for a color change on hover for a table
#tabb tbody tr:hover td{
color:#006;
background:#d0e4f2;
}
This works fine in Chrome and Firefox, but the hover effect does not happen in Internet Explorer 8.
Is there a way to make this effect work with IE8 as well?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…