Thema: css problem
Einzelnen Beitrag anzeigen
Alt 14.06.2005, 15:30   #1
darkcobalt
Des moch ma in da Post...
 
Registriert seit: 24.10.2001
Beiträge: 2.451


Standard css problem

warum wird das hintergrundbild nicht angezeigt?? was ist falsch am code?

body{
margin: 0px:
background-image: url(img/mauerwerk.jpg);
}


#logoBox {
width: 600px;
height: 150px;
margin-top: 10px;
margin-left: 200px;
background-color: red;
}

#zettelBox_latest {
width: 600px;
height: 150px;
margin-top: 0px;
margin-left: 200px;
background-color: gray;
}


#menu_rechts {
width: 200px;
height: 300px;
margin-top: -150px;
margin-left: 840px;
background-color: green;
}

#zettelBox_main {
width: 600px;
height: 400px;
margin-top: -150px;
margin-left: 200px;
background-color: blue;
}





h1 {
color: red;
}



a.link, a.active, a.visited, a.hover
____________________________________
thanks

D|C .::: DARKCOBALT :::.
darkcobalt ist offline   Mit Zitat antworten