Hallo,
ich möchte einen Hintergrund unter die gesamte Seite wie z.B. beihttp://www.typo3forum.net/der schwarze Hintergrund.
Hier meine Testseitehttp://www.formfalt.net/basis.html.
Die css sehen im Moment so aus
/************* kopfleiste **************/
#masthead{
float: left;
width: 100%;
height: 79px;
background-color: #CCCC99;
clear:both;
}
#links{
float: left;
width: 150px;
}
#mitte{
margin: 0px 0px 0px 190px;
}
#rechts{
display: block;
float:right;
width: 120px;
background-color: #FF0066;
}
/************* navigation und inhalt **************/
#navBar{
float: left;
width: auto;
background-color: #33CC00;
}
#content{
float: none;
margin: 0px 0px 0px 160px;
}
#headlines{
float:right;
width: 120px;
background-color: #FFCC00;
}
/************* Fusszeile**************/
#siteInfo{
float: left;
width: 100%;
background-color: #666666;
}
Meine Fragen dazu:
Wie füge ich den gewünschten Hintergrund ein?
Wie bringe ich die Seite mittig angeordnet?
Danke für Eure Hilfe.
Maggie