Does anyone know if it's possible to align text to the right of a
or more specifically
element in WebKit. This does not need to be a cross-browser solution including IE, but should be pure CSS if it is possible.
Ik heb het allebei geprobeerd:
select { text-align: right }
and option { text-align: right }
, but neither seems to have worked in WebKit (either Chrome, Safari or Mobile Safari.
Alle hulp is dankbaar ontvangen!