|
I couldn't check it 'till now in IE6, I just saw it in IE7 on Vista, but now I see what you mean...
have you tried to set the vertical-align: top for the middle container in the css file ? also check to see if there is a padding-top set. If it's not add this:
padding: 0px 0px 0px 0px;
For the container that actually holds the content (I know, it sounds awful) set:
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
Let me know after you do this so I could go and check it in IE6.
|