<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1047697" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1047697</link>
    <description></description>
    <language>en</language>
          <item>
    <title>You said:
Quote:I still can&#039;t</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-some-css-help-my-shopp-site#comment-1253894</link>
    <description> &lt;p&gt;You said:&lt;br /&gt;
&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;Quote:&lt;/div&gt;I still can&#039;t figure out how to get the catalog pages to work as the CSS is fairly complex.&lt;/div&gt;&lt;br /&gt;
Personally, I&#039;d complain that it&#039;s the HTML that is way, way too complex. It&#039;s my belief that using POSH markup--Plain Old Semantic HTML--is the only way to go. A few DIVs and SPANs *may* be needed as hooks for CSS, but, as I tried to demonstrate, even these may not be necessary.&lt;/p&gt;
&lt;p&gt;What I tried to give you was some minimal styling of a simple list of products, using the bare necessities of CSS to get it to work cross-browser. The CSS properties (no attributes in CSS!) are applied to the elements that are selected by the--err--selectors.&lt;/p&gt;
&lt;p&gt;FWIW - Sitepoint has some &quot;Live&quot; courses I can recommend. Perhaps the one on CSS will help you:&lt;br /&gt;
&lt;a href=&quot;http://courses.sitepoint.com/css-live&quot; title=&quot;http://courses.sitepoint.com/css-live&quot;&gt;http://courses.sitepoint.com/css-live&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The &quot;live&quot; course already took place, but the material is still good. I have not taken this particular course, but took 3 others, all of which were terrific value. (But a lot of work--they are quite comprehensive.)&lt;/p&gt;
&lt;p&gt;Cordially,&lt;br /&gt;
David&lt;br /&gt;
--&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Sep 2010 20:56:03 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1253894 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>David, I can&#039;t thank you</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-some-css-help-my-shopp-site#comment-1253893</link>
    <description> &lt;p&gt;David, I can&#039;t thank you enough for your help! I managed to get the detailed pages fixed but I still can&#039;t figure out how to get the catalog pages to work as the CSS is fairly complex. I am not sure exactly where to apply each of the css attributes that you created in your example. Any further direction you can give would be much appreciated. Please let me know if there is anything I can do for you. Regards, Lisa&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Sep 2010 18:15:07 +0000</pubDate>
 <dc:creator>redrobin12</dc:creator>
 <guid isPermaLink="false">comment 1253893 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Your spacer image is set in</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-some-css-help-my-shopp-site#comment-1253861</link>
    <description> &lt;p&gt;Your spacer image is set in the HTML and in the CSS to the size of the large image, to make room. The large images, which are absolutely positioned, take up no room themselves.&lt;/p&gt;
&lt;p&gt;Because of the &quot;overflow: hidden;&quot; on the container, the large image is cut off, as you can see. The &quot;!important&quot; on the spacer width and height trumps both the CSS and HTML width and height, so the spacer only takes up 10px by 10px instead of the size you want. Take off the &quot;!important&quot; from the width and height, and you may get to see the large image. Of course, that may affect something else, perhaps on another page... :\&lt;/p&gt;
&lt;p&gt;I made an attempt with the gallery here, trying to avoid any JavaScript:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://webwiz.robinshosting.com/temp/shop/&quot; title=&quot;http://webwiz.robinshosting.com/temp/shop/&quot;&gt;http://webwiz.robinshosting.com/temp/shop/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CSS and comments included on the page. It&#039;s not perfect, but close, I think. It survives substantial increased text size quite well. Also will reduce to four &quot;columns&quot; on a narrow window... Except in IE 6, of course.&lt;/p&gt;
&lt;p&gt;Tested in Safari, Firefox, IE 6,7, and 8.&lt;/p&gt;
&lt;p&gt;Cordially,&lt;br /&gt;
David&lt;br /&gt;
--&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Sep 2010 05:41:42 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1253861 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi David- Thanks so, so much</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-some-css-help-my-shopp-site#comment-1253857</link>
    <description> &lt;p&gt;Hi David- Thanks so, so much for your response. I really need to learn more about CSS. Any recommendations? Also, I understand a bit the theory behind what you are saying, but I&#039;m still not totally sure how to fix it... How do I make the thumbnails all the same size, as you suggest? Will it distort them? What do you mean &#039;use a script to get the height of each box and applying the height of the tallest to every one?&#039; I don&#039;t know how to do that.&lt;/p&gt;
&lt;p&gt;What would the CSS look like to make each add to cart button position to the bottom? I&#039;m good at tweaking CSS, but not writing it.... I didn&#039;t realize when I bought this plugin I would need to know CSS... Not your fault of course but now I&#039;m stuck trying to fix this! LOL&lt;/p&gt;
&lt;p&gt;I&#039;m also not totally sure what I&#039;m supposed to change to fix the spacer image problem? I don&#039;t see 10px x 10px anywhere so I can&#039;t figure out where to tweak that.&lt;/p&gt;
&lt;p&gt;Again, thank you so much for your kindness.&lt;br /&gt;
Sincerely,&lt;br /&gt;
Lisa&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Sep 2010 18:45:34 +0000</pubDate>
 <dc:creator>redrobin12</dc:creator>
 <guid isPermaLink="false">comment 1253857 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>If all the thumbnails were</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-some-css-help-my-shopp-site#comment-1253843</link>
    <description> &lt;p&gt;If all the thumbnails were the same size (96 x 96) the descriptions at least would line up. Getting the buttons to line up with just CSS is not possible, considering how you have no control over text size, and therefore how many lines of text each description takes. I would use a script for this, getting the height of each box and applying the height of the tallest to every one.&lt;/p&gt;
&lt;p&gt;To get the &quot;Add to Cart&quot; button to sit at the bottom of each box, I&#039;d put &quot;position: relative;&quot; on each box, and absolutely position each button to the bottom of its box (left: 0; bottom: 5px; ?). You&#039;d need to add enough padding to the box bottom to make room for it.&lt;/p&gt;
&lt;p&gt;The reason your larger image is not appearing is because the &quot;spacer image&quot; you use in the li#preview-fill is set to its actual size--10 x 10 px--on account of this rule in style.css, line 363 -&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.hentry img {&lt;br /&gt;...&lt;br /&gt;height: auto !important;&lt;br /&gt;width: auto !important;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Result - the ul.previews is only one text line high--not the 240px you intend.&lt;/p&gt;
&lt;p&gt;Cordially,&lt;br /&gt;
David&lt;br /&gt;
--&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Sep 2010 06:10:31 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1253843 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
