Ok, here are some things to try. By the way, this is an IE only issue.
Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and remove (if you don't plan on using the header search box):
<div id="navMainSearch">
<?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
</div>
Then remove the:
<div class="clearBoth"></div>
right before:
<!--eof-navigation display-->



Reply With Quote
