我有一个带有以下 CSS 的 div
div.bottom {
position: absolute;
bottom: 0px; left: 0px;
height: 13px; width: 100%;
background-image: url("../../image/icon/login_bottom.gif");
background-repeat: repeat-x;
}
当 IE 的缩放级别为 100% 时,这个 div 覆盖了 IE 窗口的整个宽度,但是当我增加缩放级别时,这个 div 变得越来越短。
我希望所有缩放级别的宽度为 100% 以覆盖整个窗口的宽度。任何帮助将不胜感激。