Einzelnen Beitrag anzeigen
  #1 (permalink)  
Alt 07.02.2010, 13:10
marco123 marco123 ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 07.02.2010
Beiträge: 2
marco123 befindet sich auf einem aufstrebenden Ast
Standard 2 input felder nebeneinander IE - FF Fehler

Hallo Forum,

ich versuche 2 Input felder nebenereinander su setzten, sodass diese alle aber trotzdem gleichlang sind.

im IE ist alles korrekt bis auf das Dropdown Feld, hier fehlt nur 1-2 px.
Jedoch sind im FF die 3 lines, inwelcher jeweils 2 inputfelder nebereinander sind, etwas länger.

margin sowie padding hat leider nichts geholfen :/

anbei der code

Vielen Dank

HTML-Code:
<div id="inputDiscription" style="float: left; width:200px;">
&nbsp;
</div><!-- inputDiscription DIV ENDE -->

<div id="inputArea" style="float:left; width:265px;">
<input type="text" size="" name="firma" style="width: 260px;">
<br/>
<select name="anrede" style="width: 260px;" id="geschlecht">                            
<option value="f">Herr</option>                            
<option value="m">Frau</option>
</select>
<br />
<select name="titel" style="width: 60px;">
<option>Titel</option>                             
<option value="dipl">Dipl.</option>                            
<option value="dr"  >Dr.</option>
</select>
<input type="text" size="" name="name" id="name" style="width: 196px;" >
<br />
<input type="text" size="" name="strasse" style="width: 200px;">
<input type="text" size="" name="hausnr" style="width: 56px;">
<br />
<input type="text" size="" name="plz" style="width: 60px;">
<input type="text" size="" name="ort" style="width: 196px;">
<br />
<input type="text" size="" name="telefon" style="width: 260px;">
<br />
<input type="text" size="" name="mobil" style="width: 260px;"><br />
<input type="text" size="" name="fax" style="width: 260px;"><br />
<input type="text" size="" name="email" style="width: 260px;"><br />
<input type="text" size="" name="web" style="width: 260px;">
</div><!-- ende DIV inputArea-->
Mit Zitat antworten
Sponsored Links