Hello everyone, This is my first post on the forum. Sorry for this being a question rather than answer.
I am trying to style select box for print style sheet. I want to show the selected option only, not all of the list values.I have just set border as none in following code. This gives me select box but the pull down arrows are visible. If anyone can help me out with the right approach for this, I will be grateful.
google jquery. It will have options to allow you to show the selected option. Other than that, post your code for the form and maybe I can look into it also.
I am trying to style select box for print style sheet. I want to show the selected option only, not all of the list values.I have just set border as none in following code. This gives me select box but the pull down arrows are visible. If anyone can help me out with the right approach for this, I will be grateful.
Thank you very much.
Sincerely,
Yogesh
select { display: none; }
or
visibility: hidden?
don't forget to include jquery, otherwise it won't work.