I have a page which uses CSS in which I put a 1px border around everything to give it a non 3d look. Anyway, I cannot get the dropdown boxes to look like the rest of the fields. Here is the url:
very odd.. i used a 1px solid border for an <select> element today and it worked fine. maybe it helps to specify the same style which you used for the <select> tag for the <option> tag as well..?
you can only style dropdowns and radiobuttons/checkboxes so far.
they're defined as part of the OS, so they continue to look like the OSs skin/theme/appearance to a large extent.
but, yes, you need to style the option as well as, or even instead of, the select, as the select only applies (i believe) to the dropdown button (which isn't very styleable)