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

IE6下 input 背景图滚动问题

时间:2015-04-18 15:59:08      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:

ie6 背景图滚动问题:

<title>ie6下input背景图滚动问题</title>
<style>
    .box{ height:20px; width:300px; background:url(%E7%BB%83%E4%B9%A0%E8%A1%A8%E6%A0%BC/mon.jpg) no-repeat; background-color:#fcf; border:1px solid #069; }
    .box input{height:20px; width:300px; border:none; background:none;}
</style>
</head>

<body>
    <div class="box">
        <input type="text" value="" />
    </div>
</body>
</html>

滑动门:按钮 三层div 第一层div背景图平铺 第二层背景图设置左侧圆角 第三层背景图贴在右侧,按钮文字在最内层div

 

IE6下 input 背景图滚动问题

标签:

原文地址:http://www.cnblogs.com/juexin/p/4437369.html

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