Camacho: Abstand nach <select> in Netscape

Beitrag lesen

Hallo!

Ich habe ein dummes Problem, aber vielleicht ist ein Perfektionist daran interessiert, oder hat sogar eine Lösung. Ich teste ein formular in Netscape 4.6.1 unter OS2: es entsteht einen Abstand unterhalb des <select> Feldes und ich will ihn nicht. Mit IE sieht es übrigens o.k. aus. Gibt es dafür überhaupt eine Lösung? Hier ist der Code:

<table width="200" border="1" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><strong>table</strong></td></tr>
<tr>
<td align="left" valign="top"><font size="-1"><img src="../images/dot_small.gif" width="8" height="8" vspace="4"></font></td>
<td align="left" valign="top">
 <form name="clusterdirectorates" style="margin-bottom: 0px;">
 <font size="-1">
 <label>
 <select name="menu1" onChange="P7_JumpMenu(this,0)" style="height: 10px; margin-bottom: 0px;">
 <option selected>choose
 <option value="some url">one option
 <option value="some url">another option
 <option>-------------------------------------------
 </select>
 </label>
 </font>
 </form>
</td>
</tr><tr><td width="1" align="left" valign="top"><font size="-1"><img src="../images/dot_small.gif" width="8" height="8" vspace="4"></font></td><td width="100%" align="left" valign="top"><font size="-1">some subject</font></td>
</tr>
</table>

Viel Spass damit und danke in voraus für jede Anregung!

Nicola