tutorials.de Buch-Aktion 05/2012
Seite 2 von 2 ErsteErste 12
ERLEDIGT
JA
ANTWORTEN
17
ZUGRIFFE
2209
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
DIESES THEMA IST
GESCHLOSSEN
  1. #16
    alex130 alex130 ist offline Mitglied Platin
    Registriert seit
    Aug 2006
    Beiträge
    654
    Das geht eben nicht, ich musste beim margin-top schon -60 eingeben, wobei ich das nicht verstehe... Aber weiter geht es irgendwie nicth...
    lg
     

  2. #17
    Maik 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>
     

  3. #18
    alex130 alex130 ist offline Mitglied Platin
    Registriert seit
    Aug 2006
    Beiträge
    654
    Hi
    Ich weiß dass meine Konstruktion etwas seltsam war
    Aber nun funktoniert es super...
    Danke
     

Ähnliche Themen

  1. Horizontales Drop-Down Menü
    Von MiMi im Forum CSS
    Antworten: 6
    Letzter Beitrag: 29.08.10, 11:09
  2. Horizontales Menü
    Von Alex_T im Forum CSS
    Antworten: 3
    Letzter Beitrag: 05.08.10, 17:22
  3. Horizontales Menü IE7
    Von dobber812 im Forum CSS
    Antworten: 1
    Letzter Beitrag: 03.02.10, 17:47
  4. Horizontales Menü / IF-IE 5,6 +7
    Von dobber812 im Forum CSS
    Antworten: 6
    Letzter Beitrag: 23.11.09, 10:13
  5. horizontales Menü mit CSS
    Von [desty] im Forum CSS
    Antworten: 2
    Letzter Beitrag: 23.05.06, 20:35