Hi, i'm trying to set my div height and width 100% and i want it to be 50px from the sides, like this: .main_bar {overflow:auto; position:absolute; z-index:3; top:50px; bottom:50px;left:50px;right:50px;} but this only works in Chrome and FireFox, what can i do to make it work in IE? Thanks!