Remove checkmark in webkit select
css, html
Solution
It's Mac OS X that's inserting the checkmark. That's what it does to all native select boxes, system-wide; you can't change it with CSS.
Problem
The webkit html select element uses a checkmark to denote a selected option. I was wondering if it is possible to remove this checkmark using CSS?