IE6下 input 背景图滚动问题及标签规范
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
标签运用规范:
同一行的标签,用内嵌标签就可以,margin加给最外层 注意标签运用规范能减少大部分bug!