我必须在onmouseover
中撰写以更改<td>
类中topic_name
的背景颜色:
<td dir="rtl" class="topic_name" onmouseOver=""><\td>
这是topic_name
类:
.topic_name {
font-family: tahoma;
font-size: 10pt;
font-weight: bold;
text-transform: capitalize;
color: #FFFFFF;
text-align: center;
background-color: #627AAD;
padding: 0cm;
margin: 0px;
width: 255px;
height: 35px;
cursor: pointer;cursor=hand;
}