Hallo mal wieder,
kaum zu glauben, dass ich zu dieser Thematik keine Tipps finden konnte, wo es so simpel scheint... Vielleicht könnt Ihr mir ja bitte weiterhelfen.
Habe ein Drop-Down-Menü mit einem sichtbaren Eintrag und möchte, dass dieses nicht höher als unbeding nötig ist. (optimal wären 19 Pixel wie die nebenstehende Grafik)
kleines Beispiel:
________________________
<table cellpadding="0" cellspacing="0" border="1">
<tr>
<td width="19" height="19"><img border="0" src="images/pfws19.gif" width="19" height="19"></td>
<td width="150">
<form>
<select>
<option>bla</option>
</select>
</form>
</td>
</tr>
</table>
________________________
Vielen Dank,
rucksackpeggy