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