Hi, We're currently altering our product layout on out test site.
I'm checking the layouts in iexplorer and FF, but am getting a different result from both, not massive, but still annoying.
We use NorCascade by drillpine, Now when you get to the product level in explorer the page loads fine and everything is where i want it, but when i load the same page in FF, my NorCascade menu jumps inwards on the page blocking some of the product txt. Why is this?
I've sort of narrowed it down to one thing. I have both the best sellers & new products list in our product level, one underneath the other, But if i just upload with just the new product layout or bestseller layout our the page loads for in FF and explorer.
Is there anyway to solve this error?
our test site is: www dot classixshop dot com /acatalog/test/acatalog
Our product level layout is as followed:
Any help appreciated
I'm checking the layouts in iexplorer and FF, but am getting a different result from both, not massive, but still annoying.
We use NorCascade by drillpine, Now when you get to the product level in explorer the page loads fine and everything is where i want it, but when i load the same page in FF, my NorCascade menu jumps inwards on the page blocking some of the product txt. Why is this?
I've sort of narrowed it down to one thing. I have both the best sellers & new products list in our product level, one underneath the other, But if i just upload with just the new product layout or bestseller layout our the page loads for in FF and explorer.
Is there anyway to solve this error?
our test site is: www dot classixshop dot com /acatalog/test/acatalog
Our product level layout is as followed:
HTML Code:
<!-- ProductLine HTML begin --> <!-- Insert HTML for the top of the individual product --> <actinic:block if="%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%20%3e%201" ><!-- ProductSeparator HTML begin --> <!-- This template specifies the product separators --> <TR><TD COLSPAN="3"><HR SIZE="1" ALIGN="CENTER" WIDTH="100%"></TD></TR> <!-- This template specifies the product separators --> <!-- ProductSeparator HTML end --></actinic:block> <a href="<actinic:variable name="UpALevelPageURL" />">Previous Page</a> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductFormUsed%22%20%2f%3e" > <form method="post" action="<actinic:variable name="OnlineScriptURL" value="Shopping Cart Script URL" />"> <input type="hidden" name="SID" value="<actinic:variable name="SectionID" />" /> <input type="hidden" name="PAGE" value="PRODUCT" /> <input type="hidden" name="PAGEFILENAME" value="<actinic:variable name="SectionPageName" />" /> <Actinic:SECTION BLOB='<actinic:variable name="SectionCatFile" />'/> </actinic:block> <tr> <td width="290" rowspan="2" valign="TOP" align="CENTER"> <actinic:variable name="ProductImageLayout" /> <actinic:variable name="Extra Image Layout" /> </TD> <TD COLSPAN="2" VALIGN="TOP" ALIGN="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td> <actinic:variable formatting="bold,font(Size|12)" encoding="actinic" name="ProductName" /> <p><actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductReferenceVisible%22%20%2f%3e" > Product Code: <actinic:variable formatting="bold,font(Size|12|Color|666666)" name="ProductReference" /> </actinic:block></p> <actinic:variable name="ProductDescription" /> <br /><br /> <actinic:block if="%3cactinic%3avariable%20name%3d%22FileURLNotEmpty%22%20%2f%3e" > <a href="<actinic:variable name="ProductLinkInfo" />"> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22FileURLNotEmpty%22%20%2f%3e" > </a> </actinic:block> <actinic:variable name="AttributeList" /> <actinic:variable name="ComponentList" /> <br /> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsAddToCartButtonShown%22%20%2f%3e%20%3d%3d%20False" > </actinic:block> <p> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsAddToCartButtonShown%22%20%2f%3e%20AND%20%0d%28%3cactinic%3avariable%20name%3d%22NumberAttributesInPushButtonGrid%22%20%2f%3e%20%3d%3d%200%29" > <actinic:variable name="AddToCartButton" /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsOutOfStockShown%22%20%2f%3e" ><!-- OutOfStock HTML begin --> <!-- This template is used for the out of stock message. --> <P><B><FONT FACE="ARIAL"><actinic:variable name="OutOfStock" /></FONT></B></P> <!-- This template is used for the out of stock message. --> <!-- OutOfStock HTML end --></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22IsCatalogSuspendedShown%22%20%2f%3e" ><!-- Suspended HTML begin --> <!-- This template is used for the catalog suspended message. --> <P><B><FONT FACE="ARIAL"><actinic:variable name="CatalogSuspended" /></FONT></B></P> <!-- This template is used for the catalog suspended message. --> <!-- Suspended HTML end --></actinic:block> <br /><br /> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsRetailCustomerMessageUsed%22%20%2f%3e" > <Actinic:PRICE_EXPLANATION PROD_REF="<actinic:variable name="ProductID" />" COMPONENTID=-1><actinic:variable name="RetailCustomerMessage" /></Actinic:PRICE_EXPLANATION> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22PriceIsEnabled%22%20%2f%3e" > <b> <Actinic:PRICES PROD_REF="<actinic:variable name="ProductID" />" RETAIL_PRICE_PROMPT="<actinic:variable name="ProductPriceDescription" />"> <actinic:variable name="PriceListRetail" /> </Actinic:PRICES> </b> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22ProductPriceIsEnabled%22%20%2f%3e%20%3d%3d%20False" > <Actinic:NOTINB2B><strong><actinic:variable name="ProductPriceNotEnabledMessage" /></strong></Actinic:NOTINB2B> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22DiscountDescriptionIsShownForProducts%22%20%2f%3e" > <actinic:variable name="DiscountList" value="Standard Section Discount List" /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsOtherInfoPromptShown%22%20%2f%3e" > <br /> <span class="actrequired"><actinic:variable name="OtherInfoPrompt" /></span><br /> <input type="text" name="O_<actinic:variable name="ProductID" />" size="60" maxlength="1000" value="" /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsDatePromptShown%22%20%2f%3e" > <br /> <span class="actrequired"><actinic:variable name="DatePrompt" /></span><br /> <actinic:variable name="DayList" /><actinic:variable name="MonthList" /><actinic:variable name="YearList" /> </actinic:block> </FONT> <FONT> <actinic:variable name="CartErrorListXML" /> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsQuantityPromptShown%22%20%2f%3e" > <br /> <span class="actrequired"><actinic:variable name="QuantityPrompt" /></span> <input type="text" name="Q_<actinic:variable name="ProductID" />" size="4" value="<actinic:variable name="DefaultQuantity" />" /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsQuantityPromptHidden%22%20%2f%3e" > <input type="hidden" name="Q_<actinic:variable name="ProductID" />" value="<actinic:variable name="DefaultQuantity" />" /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22FileURLNotEmpty%22%20%2f%3e" > <a href="<actinic:variable name="ProductLinkInfo" />"> </actinic:block> <actinic:variable formatting="font(Size|11|Color|000000),bold" name="ProductLinkText" /> <actinic:block if="%3cactinic%3avariable%20name%3d%22FileURLNotEmpty%22%20%2f%3e" > </a> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpPageDisplayedByButton%22%20%2f%3e" > <actinic:variable name="ExtendedInformationLinks" /> </actinic:block> <br /><br /> <script type=text/javascript> var _d = "<actinic:variable name="ProductName" />"; var _e = "subject=Take alook at this "+_d; var _m = "<img src='email.gif' border='0' alt='E-mail a friend'/>"; document.write("<a href='mailto:?"+_e+"'>"+_m+"</a>"); </script> <br /><br /> <!-- AddThis Button BEGIN --> <script type="text/javascript">addthis_pub = 'classix';</script> <a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/button1-addthis.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script> <!-- AddThis Button END --> </td></tr></table> <TD COLSPAN="2" VALIGN="TOP" ALIGN="right"> <actinic:variable name="BestSellersList" /> <actinic:variable name="NewProductListSidebar" /> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductFormUsed%22%20%2f%3e" > </form> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpPageGenerated%22%20%2f%3e" > <actinic:variable name="ExtendedInfoPageDesign" /> </actinic:block>
Comment