鼠标经过图标跳动效果

2015-02-17 13:38:55  访问(1625) 赞(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>
    
    


上一条:

下一条:


 

相关评论

评论加载中……
 

发表评论

类型:
内容:
  (Alt+Enter)