Forum Moderators: open
In Netscape, the space between two input fields is smaller than in Explorer.
Welcome to WebmasterWorld, dmtt_67.
Have you tried setting a specific margin and padding for the form element? I believe Netscape uses a different default for one of those two.
Also, you can sometimes get better cross-browser control by using display:inline for form elements.
I avoid templates that require pixel-perfect rendering because it's nearly impossible to get it right cross browser. And if you do, you often need browser sniffing and conditional code that can be a bear to maintain. If you come back to it a year later, you can't even rememebr how it all works.
The best fix is not to design such a tight layout -- it's really a holdover from the print world anyway.