Hello!
I change the height and the font of a text input field with CSS (Cascading Style Sheet): input type=text {height: 18px; font: normal 8pt "helvetica, sans serif" }. But with the drop down list, I write: select {height: 18px; font: normal 8pt "helvetica, sans serif" } but that does not function.
What do I have to do?
Thank you in advance!
I change the height and the font of a text input field with CSS (Cascading Style Sheet): input type=text {height: 18px; font: normal 8pt "helvetica, sans serif" }. But with the drop down list, I write: select {height: 18px; font: normal 8pt "helvetica, sans serif" } but that does not function.
What do I have to do?
Thank you in advance!