I would like to add some style on a select box with the pseudo :after (to style my select box with 2 parts and without images). Here\'s the HTML:
Faced the same problem. Probably it could be a solution:
One Two Three #select-1 { ... } #select-1 + label:after { ... }