View Single Post
  #9  
Old 10-07-2005, 04:06 PM
 
mffowler mffowler is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Melbourne, Australia
Posts: 811
 

Default

I was asked about using images for this mod, simply change the CSS to reflect an image URL:
Code:
} .WhiteBlack { BACKGROUND-IMAGE: URL(images/colors/WhiteBlack.jpg); BORDER: solid 1px #E0E1E3 }
That was for a checkered background swatch and I just put a colors directory in the skin1/images.

Or if you have some images that you want to display per option, simply remove the border and call them. I did this in CSS as products are very different across manufacturers or lines. Better to keep control of the function in an easy to trasnport form..

- Mike
__________________
4.1.9
Reply With Quote