Hi, I am creating a form and FireFox squishes the drop downs together. How can I fix this? http://goldstar.jrpwebcreations.com/default.html Thanks!
First, why aren't you using semantic markup? And, why use tables to format the form, or anything else for that matter? See Form Layout using CSS. Increase the value of cellspacing; 10 seems a nice number. Firefox and some other browsers use text space for the scrollbars. Add a nbsp after the longest option text.
CSS is the key to coding that kind of stuff now. It's way more customizable and actually does a far better job of scaling to browsers etc.