View Single Post
  #6  
Old 04-15-2007, 05:19 PM
  beetlejuice's Avatar 
beetlejuice beetlejuice is offline
 

eXpert
  
Join Date: Apr 2007
Posts: 251
 

Default Re: Internet Explorer ARGHhhhhhhhhhhh!!!

Hi cobaltcat,

Thanks for replying

Here is my head.tpl

Quote:
{* $Id: head.tpl,v 1.58 2006/03/17 08:50:44 svowl Exp $ *}
<table cellpadding="0" cellspacing="0" align="center" width="920">
<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>
</table>
<table cellpadding="0" cellspacing="0" align="center" width="100%">
{if $main ne "fast_lane_checkout"}
<tr>
<td class="HeadLine" height="45">
{if $usertype eq "C"}
{/if}
<div align="center">
{literal}
<script src="skin1/images/xaramenu.js"></script><script language="" src="skin1/images/trolley.js" Webstyle4>
</script>
{/literal}
</div></td>
</tr>
{else}


{/if}
</table>


and here is the css

Quote:
Header styles
*/
.Header {
BACKGROUND-IMAGE: url(images/headbg.jpg);
WIDTH: 920px;
BACKGROUND-REPEAT: NO-REPEAT;
}
.HeadLogo {
PADDING-LEFT: 10px;
TEXT-ALIGN: left;
}
.HeadRightBox {
VERTICAL-ALIGN: top;
TEXT-ALIGN: right;
}
.HeadText {
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
}
.HeadLine {
BACKGROUND-IMAGE: url(images/hlinebg.jpg);
FONT-COLOR: #FFFFFF;
}
.HeadThinLine {
BACKGROUND-COLOR: #FFFFFF;
HEIGHT: 1px;
}
.PrintableRow {
WIDTH: 100%;
VERTICAL-ALIGN: middle;
PADDING-RIGHT: 176px;
HEIGHT: 18px;
}
.HeadTopPad {
HEIGHT: 18px;
}
.HeadTopPad IMG {
WIDTH: 1px;
HEIGHT: 0px;
}



Thanks for any help or suggestions

regards

beetlejuice
__________________
XCart 4.5.4, 4.6.1, 4.64 stores
Many, many mods from Altered Cart
XCart Mods Reboot template
The XCart Store Templates and Mods
WCM CDSEO Pro
BCSE Rewards Points and Gallery Mods
and a few others
Reply With Quote