Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Attribute Images Swatches Layout Preference

    OK. If you look at the page you will see a light grey box around each block. That is just there to show you where the new div that you created actually is.

    Then in the stylesheet we have applied a rule to that div.

    Code:
    #attribBlock{
    position:relative;
    border:1px solid #ddd;
    width:100px;
    height:260px;
    text-align:center;
    float:left
    }
    So in this rule you can see the border - which is one pixel, solid colour, and the colour is #ddd (grey).

    the width of the div has been set to 100px.

    then we have set float:left
    this is the bit that makes the blocks stack up. Basically float left will make the element 'slide' or 'float' as far to the left as possible (and not start a new line) . The next one also floats as far to the left as it can. So it goes next to the first one. And so on.

    Until they run out of space. Then they start on the next row.

    All that is to say that the number of items in a row is determined by the width of the item and how many of those can fit in. So, if you set the width to 200px then that will create a 'two to a row' kind of thing.

  2. #12
    Join Date
    Mar 2008
    Location
    Daytona Beach, FL.
    Posts
    22
    Plugin Contributions
    0

    Default Re: Attribute Images Swatches Layout Preference

    Nick...

    I get it now.... I am Old and slow but I keep at it!!!


    Thank you... If you ever find yourself in Daytona Beach, FL. shoot me an e-mail... I will buy you a beer!!


    later/WetSteve
    Later/Steve Jasse

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Color attribute - setting up swatches
    By vito in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 29 Jul 2010, 07:52 PM
  2. Attribute images (swatches) and how they display
    By Robert T in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 24 Oct 2009, 02:53 PM
  3. Mod for attribute swatches?
    By Tanzanite in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Jan 2007, 02:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR