<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Issues with Chrome</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Issues with Chrome]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 09:49:04 +0000</pubDate>
  <lastBuildDate>Wed, 19 Mar 2014 12:00:28 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=5802</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Issues with Chrome : Thanks for tip. I&amp;#039;ve started...]]></title>
   <link>https://forum.productcart.com/issues-with-chrome_topic5802_post21971.html#21971</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2493">GreggS</a><br /><strong>Subject:</strong> 5802<br /><strong>Posted:</strong> 19-March-2014 at 12:00pm<br /><br />Thanks for tip.&nbsp; I've started redoing all images with styles now.<br><br>On the back end we have been trying to update to 4.7 from 4.6.&nbsp; It's tedious with all the custom code we have right now.&nbsp; We have an issue in the bto configuration pages extending past to screen.<br><br>http://www.1st-line.com/store/pc/configurePrd.asp?idproduct=4610<br><br>I went into configurePrd.asp and tried getting rid of all the <u>width=""</u> and all the <u>nowrap</u>. &nbsp; I also tried getting rid of all of the ones in configurePrdCode.asp.&nbsp; I didn't see anything in pcStorefront.css except the pcBTOmainTable width: 100%;.<br>]]>
   </description>
   <pubDate>Wed, 19 Mar 2014 12:00:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/issues-with-chrome_topic5802_post21971.html#21971</guid>
  </item> 
  <item>
   <title><![CDATA[Issues with Chrome : One thing you can do is set the...]]></title>
   <link>https://forum.productcart.com/issues-with-chrome_topic5802_post21842.html#21842</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 5802<br /><strong>Posted:</strong> 21-February-2014 at 8:26pm<br /><br />One thing you can do is set the images to:<br /><br />max-width: 100%;<br /><br />Then they won't be any wider than their container.]]>
   </description>
   <pubDate>Fri, 21 Feb 2014 20:26:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/issues-with-chrome_topic5802_post21842.html#21842</guid>
  </item> 
  <item>
   <title><![CDATA[Issues with Chrome : Hi Gregg,I find Chrome to be the...]]></title>
   <link>https://forum.productcart.com/issues-with-chrome_topic5802_post21837.html#21837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 5802<br /><strong>Posted:</strong> 19-February-2014 at 10:22pm<br /><br />Hi Gregg,<div><br></div><div>I find Chrome to be the most W3C compliant on such issues, but perhaps less forgiving on doing "what I meant rather than what I said", if you will. You'll also do better using CSS rather than old school HTML size attributes on elements.</div><div><br></div><div>First of all, your product pages are blowing up in Chrome because the left and right columns on your product page are set to 20% and 80% (image column on the left; description etc. on the right); however your products images are far beyond 20% of the width of the div this table it set in.</div><div><br></div><div>This is all stock PC markup and CSS you're running now.</div><div><br></div><div>To remedy this, remove the width="80%" HTML attribute on that right column, so it will scale naturally (viewPrdL.asp).</div><div><br></div><div>As for your test page, pretty much the same idea. It's much better to use CSS rather than HTML attributes. Remove your HTML width &amp; height attributes and replace with&nbsp;<span ="webkit--attribute-name" style="-sizing: border-; color: rgb34, 34, 34; font-family: C&#111;nsolas, 'Lucida C&#111;nsole', monospace; line-height: normal; white-space: pre-wrap;">style</span><span style="color: rgb34, 34, 34; font-family: C&#111;nsolas, 'Lucida C&#111;nsole', monospace; line-height: normal; white-space: pre-wrap;">="</span><span ="webkit--attribute-value" style="-sizing: border-; color: rgb34, 34, 34; font-family: C&#111;nsolas, 'Lucida C&#111;nsole', monospace; line-height: normal; white-space: pre-wrap;">width:100%;</span><span style="color: rgb34, 34, 34; font-family: C&#111;nsolas, 'Lucida C&#111;nsole', monospace; line-height: normal; white-space: pre-wrap;">". The height will scale naturally by aspect ratio; you don't need or want to set it explicitly. </span></div><div><span style="color: rgb34, 34, 34; font-family: C&#111;nsolas, 'Lucida C&#111;nsole', monospace; line-height: normal; white-space: pre-wrap;"><br></span></div><div><span style="color: rgb34, 34, 34; font-family: C&#111;nsolas, 'Lucida C&#111;nsole', monospace; line-height: normal; white-space: pre-wrap;">Fortunately, v5 will be getting rid of all of this old school HTML markup, esp. vis a vis tables and updating to contemporary markup &amp; styling.</span></div>]]>
   </description>
   <pubDate>Wed, 19 Feb 2014 22:22:14 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/issues-with-chrome_topic5802_post21837.html#21837</guid>
  </item> 
  <item>
   <title><![CDATA[Issues with Chrome : In our office we mainly use IE...]]></title>
   <link>https://forum.productcart.com/issues-with-chrome_topic5802_post21836.html#21836</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2493">GreggS</a><br /><strong>Subject:</strong> 5802<br /><strong>Posted:</strong> 19-February-2014 at 5:25pm<br /><br />In our office we mainly use IE and Firefox and rarely use Chrome.&nbsp; We just noticed in Chrome on some products that have cross selling products it extends into the right column.<br><a href="http://www.1st-line.com/store/pc/viewPrd.asp?idproduct=7163" target="_blank" rel="nofollow">http://www.1st-line.com/store/pc/viewPrd.asp?idproduct=7163</a><br>In IE and Firefox it works ok.<br><br>I noticed that Chrome doesn't like percents when sizing.&nbsp; For example <br><a href="http://www.1st-line.com/store/pc/Test-Page-d194.htm" target="_blank" rel="nofollow">http://www.1st-line.com/store/pc/Test-Page-d194.htm</a><br>the image on this page is 1024px x 1024px.&nbsp; It is sized to 100% by 100%.&nbsp; It looks ok in IE and Firefox (they both scale the image to 588px x 588px).&nbsp; In Chrome it stretches the image.<br><br>What we tried to do to fix the problem above was change the width of .pcShowContent in pcStorefront.css from 100% to 590px.&nbsp; It fixed that issue but then other pages went off balance in all 3 browsers like the login page and the one page checkout page.<br><br>Does anyone have similar issues with Chrome or know of a happy medium between all browsers?<br>]]>
   </description>
   <pubDate>Wed, 19 Feb 2014 17:25:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/issues-with-chrome_topic5802_post21836.html#21836</guid>
  </item> 
 </channel>
</rss>