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?
One idea: for the print operation, swap the combo box with a label control.