js放在html页面中起作用,单独放到js页面调用就不起作用是袜基枣设置错误造锋兆成的,解决方法为:
1、新建html文档。
2、准备好需要用到的图标。
3、书写告拆hmtl代码。<center><a id="J_LinkBuy" class="buy-btn" href="#">立即购买</a></center>。
4、书写css代码。body { height: 3000px; margin: 0; padding: 0; background: #E1FFEC; }.buy-btn { display: block; width: 127px; height: 36px; outline: none; overflow: hidden; margin: 10px auto 0; text-indent: -999px; background: url(../images/gm.png) 0 0; }。
5、书写并添加js代码。
6、查看效果。