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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -