ERLEDIGT
JA
JA
ANTWORTEN
17
17
ZUGRIFFE
2209
2209
EMPFEHLEN
-
Das geht eben nicht, ich musste beim margin-top schon -60 eingeben, wobei ich das nicht verstehe... Aber weiter geht es irgendwie nicth...
lg
-
10.10.07 18:24 #17Maik Tutorials.de Gastzugang
Naja, das "Konstrukt" ist schon etwas sonderbar

Versuch's mal hiermit:
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Unbenanntes Dokument</title> <style type="text/css"> * { margin:0; padding:0; } body { background:url(images/bglogin.jpg); } form { width:280px; margin:230px 0 0 570px; } form #input { float:left; margin-right:35px; } form #input p { margin:0 0 35px 0; } form #input .inputuser { width:170px; background: url(images/bginput.jpg); border:0; } form #input .inputpw { width:170px; background: url(images/bginput2.jpg); border:0; } form #submit .submit { width:70px; height:71px; border:0; background:url(images/bgsubmit.jpg); } </style> </head> <body> <form action=""> <div id="input"> <p><input type="text" name="name" size="30" class="inputuser" /></p> <p><input type="text" name="pw" size="30" class="inputpw" /></p> </div> <div id="submit"> <p><input type="submit" name="submit" class="submit" value="" /></p> </div> </form> </body> </html>
-
Hi
Ich weiß dass meine Konstruktion etwas seltsam war
Aber nun funktoniert es super...
Danke
Ähnliche Themen
-
Horizontales Drop-Down Menü
Von MiMi im Forum CSSAntworten: 6Letzter Beitrag: 29.08.10, 11:09 -
Horizontales Menü
Von Alex_T im Forum CSSAntworten: 3Letzter Beitrag: 05.08.10, 17:22 -
Horizontales Menü IE7
Von dobber812 im Forum CSSAntworten: 1Letzter Beitrag: 03.02.10, 17:47 -
Horizontales Menü / IF-IE 5,6 +7
Von dobber812 im Forum CSSAntworten: 6Letzter Beitrag: 23.11.09, 10:13 -
horizontales Menü mit CSS
Von [desty] im Forum CSSAntworten: 2Letzter Beitrag: 23.05.06, 20:35





Login





