鼠标经过图标跳动效果
2015-02-17 13:38:55 访问(1623) 赞(0) 踩(0)
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style>
.sendMsg2This:link, .sendMsg2This:visited, .sendMsg2This:active
{
font-size: 14px;
text-decoration: none;
background: url("<%=strWebPhyPath%>/images/icoMsg.gif") no-repeat top left;
padding-left: 20px;
}
.sendMsg2This:hover
{
background: url("<%=strWebPhyPath%>/images/icoMsg.gif") no-repeat bottom left;
}
</style>
</head>
<body>
<div>
<a href="<%=strWebPhyPath%>" class="sendMsg2This">Email</a>
</div>
</body>
</html>
上一条:
下一条:
相关评论
发表评论