小窗口时css背景图出现右侧空白bug的解决方法(兼容各浏览器)
解决办法:
在css内加入如下两行代码,让它自己判断:
width:expression(document.body.clientWidth min-width:960px;
立即学习“前端免费学习笔记(深入)”;
即:
.top{ border:0px solid #f00; width:expression(document.body.clientWidth <= 960? "960px": "auto"); min-width:960px; height:29px; margin:0px; padding:0px; url(.. /img/topbar.png) repeat-x; }
ok,这个bug终于解决了。
以上就是CSS缩小窗口时背景图出现右侧空白解决方法的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号