【发布时间】:2012-01-24 15:33:23
【问题描述】:
表格行具有悬停背景。我需要在背景上做圆角。
table tbody tr#ClickableRow:hover {
background-color: #fbf6e7;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
cursor: pointer;
}
<tr id="ClickableRow">
<td>
<a href="http://somesite.com">Go Here</a>
<p>To find about all the interestng animals found in this tourist attractions including zebra, giraffe..... ....
</p>
</td>
</tr>
这不起作用。我仍然得到平方的背景。
【问题讨论】:
-
我这样做。我也投票赞成答案..我想知道为什么它这么低。
标签: jquery css background