You need to be logged in to post in the forums. If you do not have an account, please sign up first.
Styling button of <select> element using css
We are writing an application software on the web platform. Since our user base is limited and should follow our recommendations, we are able to ask them to use Opera 10. Therefore, I can use the features that only works for Opera. The application will still be usable with other browsers, but it doesnt have to look good. Company representative asked us to "soften" our previous style so I am designing user interface using rgba, border-radius, css selectors so that there is no need for background images or javascript tricks. So far, I was able to adjust buttons, textboxes, checkboxes, radio buttons to the way they requested. However, I was not able to find a way to modify dropdown button of the select element. Is there a way to modify its formatting or is it fixed?Thanks in advance,
Cem Kalyoncu