Baggrundsbillede i div
Jeg er i gang med dette layout (er css nybegynder):http://www.kajakzonen.dk/forside.html
Jeg vil gerne have lagt et baggrundsbillede i toppen af de to content boxe i venstre side, så de kommer til at se sådan ud:
http://www.kajakzonen.dk/images/topbox.gif
Men jeg kan simpelthen ikke få det til at virke. Sådan her ser min css-kode ud:
* {margin:0;padding:0}
body {
background: #333333;
margin:0 0 10px 10px;
font-size: 0.7em;
line-height: 1.7;
color: #333;
font-family: verdana, arial, helvetica, sans-serif;
text-align: center;
}
#outer {
margin-left: auto;
width: 888px;
margin-right: auto;
text-align: left;
}
#logobox {
background: lightblue;
width: 728px;
height: 34px;
}
#banner {
background: url(http://www.kajakzonen.dk/images/top-banner.gif);
width: 728px;
height: 90px;
}
#nav {
border-top:1px solid #333 ;
background: url(http://www.kajakzonen.dk/images/top-links.gif) no-repeat left center;
width: 728px;
height: 48px;
}
#nav ul {
padding-left: 10px;
padding-top: 10px;
list-style-type: none
}
#nav li {
display: inline
}
#nav a {
border-right:1px solid #fff;
padding:0 10px 0;
font-size: 11px;
color: #fff;
text-decoration: none
}
#nav a:hover {
color: #FBCDB2
}
#content {
background: #fff;
float: left;
width: 728px;
}
#left {
float: left;
width: 220px;
background: #fff;
}
.left-inner {
border: #D7D7D7 1px solid;
background: #fff;
}
.left-outer {
padding: 5px;
background: #f2f2f2;
margin: 10px;
width: 190px;
}
* html .left-outer {
width: 200px;
w\idth:190px
}
.left-outer p,#centre p {
padding: 5px;
margin:0 0 1em 0;
}
#centre {
float: right;
width: 508px;
}
#centre-inner {
padding:0 5px 10px 10px;
}
#right {
left: 0px;
float: right;
width: 160px;
margin-right: -159px;
position: relative;
left:1px;
}
.clearer {
clear: both;
margin-top: -1px;
overflow: hidden;
height: 1px
}
#footer {
background: #e43100 url(http://www.kajakzonen.dk/images/arrow.gif) no-repeat left center;
width: 728px;
color: #fff;
height: 40px;
text-align: center;
clear:both
}
h1 {
font: 200% Georgia, "Times New Roman", Times, serif;
color: #595959;
}
hr {
border: dotted;
background-color: #AAAAAA;
color: #AAAAAA;
height: 1px;
width: 100%;
}