I am having tough time finding out what CSS property to change to get my page working in IE7.
Page is here
It works fine in Firefox, Chrome, IE8 but not in IE7 (maybe IE6) as well.
Notice that navigation menu goes up and #header that contains logo shrinks to a small size…
/hate IE/
Your
.contenthas a height of 4.2 pixels. Try using aborder-top:4px solid #whateverhexinstead of using a 41px high repeating gif.Then remove
height:4.2px.Alternative would be
#nav { clear:both; }