Forum Moderators: not2easy
At the top of every page, there is a quick-links section with a select box for each. The quick-link select boxes are within a table with a blue background. There is supposed to be no space between the top/bottom of the cell where the select boxes are. Simple enough to cure, just set style to:
form {display: inline; }
This works great in all the browsers I test in (IE, Mozilla, NN7, Opera) except NN4, which my organization can't seem to let go of. The only way it works is if the form closing tag is outside of the cell: </td></form>. I can't bring myself to post incorrect code, but the higher-ups will throw a conniption fit if it doesn't look "perfect" in NN4.
I've tried all sorts of combination of margin: 0 and padding: 0. Any other suggestions?