hi, i have a small problem on one of my sites.
The layout of the product template is changing in explorer quite badly compared with firefox. I know things will never be the same in both but explorer v6 looks awful.
The three orange colour boxes are out of alignment just below the main product image. In firefox they display ok, any ideas?
They are created from custom properties and jpeg files.
The link below will show what i mean.
http://www.littlesweetshop.co.uk/aca..._custards.html
Also the code for my product layout template is:
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
<!-- UPSELL SUPPORT START -->
<script language=JavaScript>
<!--
startnormal()
// -->
</script>
<!-- UPSELL SUPPORT END -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td rowspan="2" colspan="2" valign="TOP" align="LEFT"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE
NETQUOTEVAR:PRODUCTPRICE <span class="pricetext">CUSTOMVAR:QUANTITY <br><br></span>
<span class="nutstext"><b>Sugar Free:</b><img src="CUSTOMVAR:SUGARFREE" alt="NETQUOTEVAR:PRODUCTNAME"> <b>Gelatine Free:</b>
<img src="CUSTOMVAR:GELATINE" alt="NETQUOTEVAR:PRODUCTNAME"> <b>Gluten Free:</b><img src="CUSTOMVAR:GLUTENFREE" alt="NETQUOTEVAR:PRODUCTNAME">
</span></td>
<td valign="TOP" align="LEFT">
<span class="productname">NETQUOTEVAR:PRODUCTNAME</span>
<span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br>
<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span><br>
<span class="actxsmall">NETQUOTEVARISCOUNTINFO </span>
<span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxsmall">NETQUOTEVARATEPROMPT </span>
</td>
</tr>
<tr>
<td align="LEFT"><span class="actxsmall">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
NETQUOTEVAR:TEMPLATEENDXML
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
The layout of the product template is changing in explorer quite badly compared with firefox. I know things will never be the same in both but explorer v6 looks awful.
The three orange colour boxes are out of alignment just below the main product image. In firefox they display ok, any ideas?
They are created from custom properties and jpeg files.
The link below will show what i mean.
http://www.littlesweetshop.co.uk/aca..._custards.html
Also the code for my product layout template is:
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
<!-- UPSELL SUPPORT START -->
<script language=JavaScript>
<!--
startnormal()
// -->
</script>
<!-- UPSELL SUPPORT END -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td rowspan="2" colspan="2" valign="TOP" align="LEFT"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE
NETQUOTEVAR:PRODUCTPRICE <span class="pricetext">CUSTOMVAR:QUANTITY <br><br></span>
<span class="nutstext"><b>Sugar Free:</b><img src="CUSTOMVAR:SUGARFREE" alt="NETQUOTEVAR:PRODUCTNAME"> <b>Gelatine Free:</b>
<img src="CUSTOMVAR:GELATINE" alt="NETQUOTEVAR:PRODUCTNAME"> <b>Gluten Free:</b><img src="CUSTOMVAR:GLUTENFREE" alt="NETQUOTEVAR:PRODUCTNAME">
</span></td>
<td valign="TOP" align="LEFT">
<span class="productname">NETQUOTEVAR:PRODUCTNAME</span>
<span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br>
<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span><br>
<span class="actxsmall">NETQUOTEVARISCOUNTINFO </span>
<span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxsmall">NETQUOTEVARATEPROMPT </span>
</td>
</tr>
<tr>
<td align="LEFT"><span class="actxsmall">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
NETQUOTEVAR:TEMPLATEENDXML
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
Comment