I have an html select element which I would like to style for print so that it just looks like the selected text. How can I hide the drop down arrow?
In webkit you can specify:
-webkit-appearance: none;
Not sure about the other browsers.