2 Problem (100% height)

Status
Nicht offen für weitere Antworten.
Hi,

wie in der PN besprochen, lad ich hier das Demo hoch.

Vielleicht kannst du damit was anfangen.

mfg Maik

//edit: Anhang entfernt, da ein Mißverständnis vorlag.
 
alex130 | PN hat gesagt.:
Hallo,
danke für die Datei, allerdings meinte ich, dass es eher so aussehen sollte: http://fc02.deviantart.com/fs27/f/2008/175/a/7/DediaServ_by_Bloomy021.jpg
Aber ist egal, ich werd selbst schauen, dass ich es schaffe...
LG Alex
In diesem Fall lautet der CSS-Code für http://root.pcmasters.at/test/new folgendermaßen:

Code:
*{ margin: 0;
   padding: 0;}

html, body { height: 100%;}

body{ margin:0;
      padding:0;
      background: #fff;}

#bodyDiv{ width: 100%;
          margin: 0 auto;
          background:  url(images/container_body.jpg) center top repeat-y;
          min-height: 100%;        
          height: auto !important; 
          height: 100%;
}

#header { border-bottom: 0px solid #000;
          height: 142px;
          padding-top: 15px;
          background: #44b9ef url(images/container_head.jpg) center 15px no-repeat;
                  width: 100%;
                 }

#head { margin: 0 auto;
        width: 781px;
        padding: 15px 30px 0;}

#container{ width:781px; margin:0 auto; padding: 0 30px 78px;}

#container #body {}

#footer{ position: relative;
         width: 100%;
         height: 66px;
         margin: -66px auto 0;
         /*top: -66px;*/
         background: #44b9ef url(images/container_foot.jpg) center 0 no-repeat;}
#foot{ padding: 0 30px; width: 781px; margin: 0 auto; }
mfg Maik
 
Status
Nicht offen für weitere Antworten.
Zurück