I know you can change the look on input boxes using CSS. ie changing border size, colour and text area but for some reason I can't do the same using the select function (ie dropdowns). Is there a way of doing this using CSS or is this function restricted on dropdowns.
I'm not sure about IE, but I know that at least Safari and Opera don't do well styling forms. I believe it's because the form elements actually come from the OS rather than the web browser. That is definitely how Safari works. I could be wrong, but that's my understanding of it.
Thanks for the border-collapse: collapse; idea but didnt seem to work either. I think now slect boxers are untouchable unless you use some decent javascript like jfulton supplied. Thanks very much for your help.