码迷,mamicode.com
首页 > 其他好文 > 详细

页面图片按钮案例

时间:2015-12-23 00:24:54      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:

<!doctype html>
<html>
 <head>
  <meta charset="UTF-8">
  <script type="text/javascript">
        function click_a(){
            alert("按钮点击事件1!")
        }
        function click_b(){
            alert("按钮点击事件2!")
        }
  </script>
  <title>Document</title>
 </head>
 <body>
  <a onclick="click_a()" style="position: absolute; top: 130px; left:180px; display:block;width:71px;height: 21px; background: url(http://sm.beycheer.com/kfbox/13/0703_blue/btn.gif) no-repeat;" onmouseover="this.style.backgroundPosition=‘0 -22px‘" onmouseout="this.style.backgroundPosition=‘0 0‘"></a>

  <a onclick="click_b()" style="position: absolute; top: 130px; left: 260px; display:block;width:71px;height: 21px; background: url(http://sm.beycheer.com/kfbox/13/0703_blue/btn.gif) -72px 0 no-repeat" onmouseover="this.style.backgroundPosition=‘-72px -22px‘" onmouseout="this.style.backgroundPosition=‘-72px 0‘">
  </body>  
 </body>
</html>

   这是图片样式:技术分享

页面图片按钮案例

标签:

原文地址:http://www.cnblogs.com/qingsong/p/5068391.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!