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?
The below works for Firefox, Safari, Chrome and a few others
-moz-appearance: none; -webkit-appearance: none; appearance: none;
For IE support look at http://fetchak.com/ie-css3/