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:
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: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); }
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; }



