What the hell is up with Microshaft?
I'm trying to finish off my site so it can go live next Monday. Can anyone help me with a little html/CSS problem I'm having with my head.tpl.
This is the first row in the template:
<tr class="Header">
<td width="550"><a href="{$http_location}/"><img src="{$ImagesDir}/minilogo.gif" width="380" height="120" alt="" /></a></td>
<td width="370" align="right">
<br />
{if $usertype eq "C"}
{*include file="customer/top_menu.tpl"*}
{/if}
</td>
</tr>
The class Header is defined as BACKGROUND-IMAGE: url(images/headbg.jpg);
Looks as it should in Firefox but in both IE6 and IE7 the image repeats in the second cell.
Not live but no orders please as I have a weekends worth of editing ahead of me.
http://www.toysforboys.com.au
Any clues please
beetlejuice