internet explorer - A div with CSS width:100% gets shorter by increasing the IE zoom level -
i have div following css
div.bottom { position: absolute; bottom: 0px; left: 0px; height: 13px; width: 100%; background-image: url("../../image/icon/login_bottom.gif"); background-repeat: repeat-x; }
this div covering whole width of ie window when zoom level of ie 100%, when increase zoom level div getting shorter.
i want have width of 100% in zoom levels cover whole window's width. appreciated.
it gets shorter because tell div 100% if zoom on 150% stay on 100% width of ie more zoom smaller seems be. not sure it's think.
i dont know purposes it's possible work css scale
#div { zoom: 3; -moz-transform: scale(3); -moz-transform-origin: 0 0 }
Comments
Post a Comment