Thread: Odd even rows

Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    help question Odd even rows

    Hi...upgrading from 1.3.0.2 to 1.3.8a

    Under /*misc*/ it used to specify odd-even row options for background color like this in 1.3.0.2:

    Code:
    TR.productListing-odd, TR.upcomingProducts-odd {
      background-image: url(../images/tile_backODD.jpg);
    }
    
    TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
      background-image: url(../images/tile_backEVEN.jpg);
    }
    Now, I've found this below code in the 1.3.8a css but it only seems to apply to the customer or visitor shopping cart contents. Is that right? My product listings elsewhere have only a white background...not alternating and want them to alternate. What can I do?.

    Code:
    .rowOdd {
    	background-image: url(../images/tile_backODD.jpg);
    	height: 1.5em;
    	vertical-align: top;
    	}
    
    .rowEven {
    	background-image: url(../images/tile_backEVEN.jpg);
    	height: 1.5em;
    	vertical-align: top;
    	}

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Odd even rows

    Add the classes from above to you new stylesheet?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Odd even rows

    Thanks, Kim, sorry I am such a dits! I spent the weekend brushing up on style sheets and realize how pretty simple this probably is....probably...hopefully...so I'll fool around with it today.

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Odd even rows

    It is pretty simple once you get the hang of it.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. need to make odd/even product list rows shaded
    By igofresh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Nov 2010, 09:10 PM
  2. Odd and Even Rows
    By PeteH in forum Upgrading from 1.3.x to 1.3.9
    Replies: 9
    Last Post: 3 Oct 2006, 05:01 PM

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