beste leden,
Ik heb een layout gekregen maar hij pakt de achtergrond niet van de container, ziet iemand de fout?
Link: http://mafia.criminalplace.nl
css:
PHP
body
{
font-family: Verdana;
color: #FFFFFF;
background: #000000;
}
#container
{
width: 1076px;
height: auto;
background-color: 222121;
margin: 0px auto;
}
#containerboven
{
width: 1076px;
height: 55px;
background: url(images/contentboven.png) no-repeat;
margin: 0 auto;
}
#containerbovenout
{
width: 1076px;
height: 55px;
background: url(images/contentbovenout.png) no-repeat;
margin: 0 auto;
}
#menulinks
{
width: 223px;
height: auto;
float: left;
background: #131313;
}
#menurechts
{
width: 223px;
height: auto;
float: right;
background: #131313;
}
#midden
{
width: 630px;
height: auto;
float: left;
}
#gebruiker
{
width: 223px;
height: 58px;
background: url(images/gebruiker.png) no-repeat;
float: left;
}
#stad
{
width: 223px;
height: 58px;
background: url(images/destad.png) no-repeat;
float: left;
}
#overig
{
width: 223px;
height: 62px;
background: url(images/overig.png) no-repeat;
float: left;
}
#berichten
{
width: 223px;
height: 62px;
background: url(images/berichten.png) no-repeat;
float: left;
}
#casino
{
width: 223px;
height: 62px;
background: url(images/casino.png) no-repeat;
float: left;
}
#extra
{
width: 223px;
height: 62px;
background: url(images/extra.png) no-repeat;
float: left;
}
#partners
{
width: 223px;
height: 62px;
background: url(images/partners.png) no-repeat;
float: left;
}
#updates
{
width: 223px;
height: 62px;
background: url(images/updates.png) no-repeat;
float: left;
}
#divonderkant
{
width: 227px;
height: 11px;
background: url(images/divonderkant.png) no-repeat;
float: left;
}
ul { margin-left:-25px;}
li {list-style:none; background: #131313;}
li:hover {background: transparant repeat-y;}
li a {color:#FFFFFF; font-size: 13px; width:220px; height:18px; text-decoration:none; padding-left:10px; padding-top: 3px;}
li a:hover {color:#dcd1be;}
Toon Meer