Thanks guys. Feel free to take it and do what you like with it.
@DrewKerriganNY The appearance property was removed from CSS3, but it is still present in webkit. Hopefully it will be back with CSS4 and then other browsers will also implement it.
@Hompimpa You can style the select itself, but not the options. You can of course do so with JavaScript. Here is a jQuery select and option skin I did a while ago: http://jsfiddle.net/joshnh/eZzv7/
Although this is webkit only, I feel as though it is quite an accomplishment; to animate the toggling of a checkbox.
I would love to see what you guys can come up with.
EDIT: Here is a mini version, with a range slider: http://jsfiddle.net/joshnh/jrFbM/show
I'm TOTALLY stealing that!
I wish it wasn't webkit only, I'd definitely be snagging this otherwise.
<div>or<span>tag.Are selectboxes can be made like this too?
@DrewKerriganNY The
appearanceproperty was removed from CSS3, but it is still present in webkit. Hopefully it will be back with CSS4 and then other browsers will also implement it.@Hompimpa You can style the select itself, but not the options. You can of course do so with JavaScript. Here is a jQuery select and option skin I did a while ago: http://jsfiddle.net/joshnh/eZzv7/