first of all kindly post your site URLQuote:
Originally Posted by exgrafix
i think your problem is the size of the headder and footer.
you can edit the header.tpl and footer.tpl and also the style.css
you can see which style using for headder navigation and footer navigation.
ex:-using for the footer navigation menu you can see its style in style.cssCode:class="ftmenu"
okCode:table.ftmenu {
background-image: url("../images/menu.gif");
background-repeat: repeat-x;
height:31px;
}
table.ftmenu td {
border-right:1px solid #514f4f;
width:780px;
}
thanks :D