Webpage trick?
Webpage trick?
If you have a website and have an image of a coat, for example, and a color swatch beside it, can you make it so when you click a color in the color swatch, the coat will change to the color or pattern or whatever it is??
aye, in a few different ways.
quickest/easiest is a bit of dhtml - if you look around for dhtml tutorials you should find what you need. try looking for 'dhtml menu' tutorials, a lot of those have content that's hidden/displayed when you click on an item.
if you want a simple brute force alternative, make a bunch of pages and make all the swatches links to the appropriate page.
quickest/easiest is a bit of dhtml - if you look around for dhtml tutorials you should find what you need. try looking for 'dhtml menu' tutorials, a lot of those have content that's hidden/displayed when you click on an item.
if you want a simple brute force alternative, make a bunch of pages and make all the swatches links to the appropriate page.