If you take a look at my website in firefox:
and in internet explorer:
you will see the top menu in internet explorer is on the left.
The css code I have used is:
.overbodyline
{
background-image:url(/music/images/main.gif);
background-repeat: repeat-y;
{T_TH_COLOR1} solid;
font-size : {T_FONTSIZE2}px;
color : {T_BODY_TEXT};
padding: 0px 0px 0px 40px;
}
and the table code is as follows:
<table width="100%" cellspacing="0" border="0" class="overbodyline">
<tr><td><table class="stand" width="700px">random gubbins
</table>
</td></tr>
<table>
For some reason the rest of the padding is fine. I've attached the whole file if you need to check out anything else.