Page 1 of 1
Webpage trick?
Posted: Thu Oct 20, 2005 8:30 am
by corpse
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??
Posted: Thu Oct 20, 2005 9:14 am
by 4days
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.
Posted: Thu Oct 20, 2005 4:45 pm
by corpse
Thanlks