赞
踩
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <style>
- div{
- width: 100px;
- height: 100px;
- border: 3px solid red;
- zoom: 1;
- }
- </style>
- </head>
- <body>
- <div>hello</div>
- </body>
- <html>
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <style>
- div{
- width: 100px;
- height: 100px;
- border: 3px solid red;
- zoom: 1;
- }
- </style>
- </head>
- <body>
- <div>hello</div>
- </body>
- <html>
- <div class="h_mainbox">
- <h2>推荐文章</h2>
- <ul class="mainlist">
- <li><a href="#" style="color:#0000FF" target="_blank">CSS库吧</a></li>
- <li><a href="#" style="color:#0000FF" target="_blank">原创< /a></li>
- </ul>
- </div>
- .h_mainbox { border:1px solid #dadada; padding:4px 15px; background:url(../mainbox_bg.gif) 0 1px repeat-x; margin-bottom:6px; overflow:hidden}
- .h_mainbox h2 { font-size:12px; height:30px; line-height:30px; border-bottom:1px solid #ccc; color:#555;}
- .h_mainbox h2 span { float:right; font-weight:normal;}
- .h_mainbox ul { padding:6px 0px; background:#fff;}
- .mainlist { overflow:auto; zoom:1;}
- .h_mainbox li { width:268px; float:left; height:24px; overflow:hidden; background:url(../icon3.gif) 0 6px no-repeat; padding:0px 5px 0px 18px; line-height:200%;}
.mainlist里面的zoom:1的那里就可以在IE6、IE7、IE8正常显示效果了。
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。