Recently I was working on a website that had a conditional statement which hid the full height of a div on the inside pages. Something like this: .menu-top-container{float: left; width: 980px;} .page .menu-top-container{height: 320px; overflow: hidden;} A seemingly benign statement that you wouldn't anticipate to give you much trouble height, width and overflow all declared; However this is the internet and we do get to deal with Internet Explorer. It would seem that there is a well...