标签 ‘ mouseout

[CSS] 用css在GridView中实现 mouseover mouseout 的效果

在GridView的GridViewRow处指定css。

.GridViewRowStyle
{
background-color: #F7F6F3;
color: #333333;
}

.GridViewRowStyle:hover
{
background: url(../Images/bg_tile.jpg);
color: #FFFFFF;
}

  • [CSS] 用css在GridView中实现 mouseover mouseout 的效果已关闭评论

return top