Styling HTML Select
Is it possible to style the HTML Select attribute to be more flat looking? I can set the border to be 1px solid but the dropdown portion still looks 3D and ugly looking.
Solution 1:
Unfortunately, no.
Take a look at this answer for some other options using JavaScript and what you can style using CSS.
Post a Comment for "Styling HTML Select"