hmm, das sieht ja schonmal ganz gut aus:)
ABER, nun nimmt li nichtmehr die volle Breite ein:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Test</title>
<body>
<ul style="width:700px;border:1px solid #000">
<li style="border-bottom:1px solid #000;float:left;">
<label for="test" style="float:left;display:block;width:140px;">Eingabe:und ein Zeilenumbruch...j rtjzrt j j........</label>
<input type="text" name="input" id="test" />
</li>
<li style="border-bottom:1px solid #000;float:left;clear:left;">
<label for="test" style="float:left;display:block;width:140px;">Eingabe:und ein Zeilenumbruch...........</label>
<input type="text" name="input" id="test" />
</li>
</ul>
</body>
</html>
Gebe ich also ul die Breite von 700 Pixeln, bleibt die breite von li unverändert (also nur so breit, wie das Formular benötigt).