Colorful Selections
I was looking to allow some of my company’s users to choose their own color scheme for our internal employee website, so I searched Google for some color selection controls. I wound up at this site.
It was quite ingenious. The control combines CSS, JavaScript, and XHTML to produce an easy to use color selection control that works both in IE and FireFox. I took the code, grouped the JavaScript alongside the XHTML portion, and made a generic ASP function that would produce the code given an ID String. You can see the result on my example page.
