Thread CSS: Problem mit label-formatieren: betrifft mozbin (7 answers)
Opened by Froschpopo at 2006-10-31 08:50

Froschpopo
 2006-11-01 20:35
#24924 #24924
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 <!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>
<li style="border-bottom:1px solid #000">
<label for="test" style="float:left;display:block;width:140px;">Eingabe:und ein Zeilenumbruch...........</label>
<input type="text" name="input" id="test">
<div style="clear:both;" />
</li>
</ul>
</body>
</html>

so funktioniert es jetzt. Aber die div-box dafür zu missbrauchen grenzt in meinem verständnis an Vergewaltigung an. Ein <p> sieht auch nicht schön aus und verunstaltet die lynx-Darstellung. Hat jemand eine bessere Idee?

View full thread CSS: Problem mit label-formatieren: betrifft mozbin