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 :::.
|