[Proto-Scripty] color swatch selector

2013-03-20 Thread Phil Petree
I want users to be able to pick from one of 6 colors for a folder (like a file folder). At first I thought about doing this as a selectoption value='color_blue' style='background-image: url(blue.png);'/option But I'm discovering this will really only render well in firefox... Has anyone

Re: [Proto-Scripty] color swatch selector

2013-03-20 Thread Walter Lee Davis
I think you're going to need to update a swatch next to the picker, maybe. The select is remarkably styling-resistant in Safari, probably Chrome as well. I would absolutely position a little dot off to the left of the select, and update its background color on the change event of the select.