标签:
.box input{background:url(img/1.jpg) fixed}
<body>
<div class="box">
<input type="text" >图片加入fixed就行
</div>
</body>
背景图片就会固定不动.
IE6 下 输入类型表单控件背景问题
原文地址:http://www.cnblogs.com/hduhdc/p/5236254.html