首页 > 其他 > 详细

IE6下 input 背景图滚动问题

时间:2015-04-18 15:56:02      阅读:208      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!