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

input背景图片设置

时间:2014-10-08 23:42:07      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   sp   div   c   on   log   

html代码:

<input type="file" id="file_btn" src="img.jpg" />

css代码:

input[type="file"]{   
     /* 常规设置, 即:引入一个图片背景,设置在中心位置,大小和按钮的大小一致,以及鼠标指针为手型 */  
         width:40px;   
         height:40px;   
         background:url(img.jpg) no-repeat center;   
         cursor:pointer;  
      /* 下面的不用多问,四句一起拷贝就可以了,大概意思就是把value值设置为0像素,也就是肉眼无法看到,但却又是存在的(用$_POST[‘submit_btn‘] 可以证明)*/ display:block; font-size:0; line-height:0; text-indent:-9999px;

input背景图片设置

标签:style   blog   color   os   sp   div   c   on   log   

原文地址:http://www.cnblogs.com/leifeng-hm/p/4011531.html

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