hm.. bisschen rumgespielt, so funktionert es z.B:
Code:
<table>
<tr>
<td >
<form action="" name="kw" method="post" onSubmit="">
<input type="hidden" name="aktuellekw" value="1">
<input type="text" value="" name="switchto" maxlength="2" size="1">
<input type="submit" name="submit" value="Gehe zu KW..">
</form>
</td>
</tr>
</table>
--
table {
border:1px solid black;
height:50px;
}
table td {
vertical-align:middle;
}
form {
display:inline;
}
obwohl es imho auch funktionern sollte wenn man der td einfach vertical-align:middle einstellt.. weiß nicht warum das nicht mag.
____________________________________
„Das menschliche Gehirn ist eine großartige Sache.
Es funktioniert vom Moment der Geburt an – bis zu
dem Zeitpunkt, wo du aufstehst, um eine Rede zu halten.“ Mark Twain
"Windle shook his head sadly. Four exclamation marks, the sure sign of an insane mind" Reaper Man, Terry Pratchett
|