downlord: Formular mittels CSS positionieren im Firefox unmöglich?

Beitrag lesen

Was ist das? Beschäftigungstherapie? Denn bei mir klappt das.

Probier's doch mal selber aus:

  
<html>  
<head>  
<style>  
form {  
 position:absolute;  
 left:18px;  
 top:388px;  
 width:368px;  
 height:170px;  
 clear:left;  
 }  
form br {  
  clear: left;  
 }  
label, input, select {  
  display: block;  
  float: left;  
  width: 150px;  
 }  
.a1 {  
position:absolute;  
 left:0px;  
 top:0px;  
 width:750px;  
 height:30px;  
 background-color:#bdbe9c;  
 border-style: solid;  
 border-width: 1px 1px 0px 1px;  
 border-color: #008ca5;  
 }  
</style>  
</head>  
  
  
<body>  
<form action="index.php" method="post">  
<label for="name">Benutzername:</label>  
<input type="text" id="a1" maxlength="20" name="user" title="Gebe hier deinen gew&uuml;nschten Benutzernamen ein" />  
<br />  
...  
</div>  
</body>  
</html>  

Ich gehe davon aus, daß in deinem Quelltext noch mehr vorhanden ist. Etwas, was zu dem von dir beobachteten Verhalten führt. Du solltest vielleicht mal Wahsaga fragen, der hat bestimmt ne Kugel.

Gruß,
DL