Hi,
I am writing a JSP page. I need to have a table. One of the statement is:
where recordTr_SubGroup is in a file style.css
.recordTr_SubGroup {
background-color:#81BEF7;
cursor: default;
}
I intend to highlight the row with the color. But finally, it happens correctly only in IE8. Firefox, Chrome and Safari cannot produce the same effect for the within the
Anyone can help ?