css定位button引用背景图片
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>无标题文档</title> 6 <style> 7 .cc{ 8 background-color:transparent; 9 border:none; 10 background-image:url(images/btn.png); 11 width:184px; 12 height:49px; 13 background-position:left top; 14 } 15 </style> 16 </head> 17 <body> 18 <button class="cc">用户注册</button> 19 </body> 20 </html>
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。