I have the same issue in IE7.
I changed a bit the template to add a flash instead of the header image, but the problem is there also without any mod.
User4 seems to go “outside” the DIV if you look index.php?tp=1 in IE6 and IE7
I fixed with this “home made” code. It should be better but it works. Developers please fix it.
___
after
<!– END: HEADER –>
add
<!– Home Made mod to avoid text on search and pathway in IE7 – to be solved –>
<!–>
<table border=”0″ width=”100%” cellspacing=”0″ cellpadding=”0″ id=”spacer”>
<tr height=”30″><td></td></tr>
</table>
<!–>