Camacho: Abstand nach <select> in Netscape

Beitrag lesen

Hallo Cyx23,

es funktioniert! Und zwar so:

<table width="200" border="1" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><strong>table</strong></td></tr>
<tr>
<td align="left" valign="top">
<form name="clusterdirectorates" style="margin-bottom: 0px; lineheight: 12px;">
 <span style="font-size:smaller;">
 <select name="menu1" onChange="P7_JumpMenu(this,0)">
 <option selected>subjects
 <option value="some url">1
 <option value="some url">2
 <option value="some url">3
 </select>
 </span>
 </form>
</td>
</tr><tr><td align="left" valign="top"><font size="-1">some subject</font></td>
</tr>
</table>

Danke für Deine Hilfe!

Schöne Grüsse

Nicola