imoore Posted February 2, 2010 Share Posted February 2, 2010 Hey, just try out some different modifications on a test site and recently installed a Cart in Header add on ... The problem is that it looks fine in Firefox but in safari and internet explorer , the product info price and the cart overlap. Just cant figure out why that is and do not want to add this add on to my real store until I figure out why. http://crsc.noads.biz/catalog/product_info.php?products_id=29 Would appreciate if someone had any answers. Cheers. Link to comment Share on other sites More sharing options...
Guest Posted February 2, 2010 Share Posted February 2, 2010 This is from your source code. You will notice that you are missing a " <tr> " after the opening " <table> ". <table align="right" class="headerNavigation" width="140" height:"100" cellpadding="0"> <td class="headerNavigation" align="right" nowrap> <a href="http://">Cart Contents: </a> </td> <td class="headerNavigation" align="left"> 0 </td> <td align="right" class="headerNavigation" nowrap> </td> <td align="left" class="headerNavigation" nowrap> </td> <td align="right" class="headerNavigation" nowrap> </td> </tr> </table> Link to comment Share on other sites More sharing options...
imoore Posted February 2, 2010 Author Share Posted February 2, 2010 Ah of course! Where should I put this in ? IN index.php or product_info.php ? Bit confused by this one but thanks for the help. Ian. Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2010 Share Posted February 3, 2010 Ah of course! Where should I put this in ? IN index.php or product_info.php ? Bit confused by this one but thanks for the help. Ian. Try includes/header.php Link to comment Share on other sites More sharing options...
imoore Posted February 4, 2010 Author Share Posted February 4, 2010 Try includes/header.php unfortunately cant seem to get it to work correctly. Would appreciate if you could point specifically at where this <tr> should be. Cheers for the help. Ian. Link to comment Share on other sites More sharing options...
multimixer Posted February 4, 2010 Share Posted February 4, 2010 The second line of the posted code My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.