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:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
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;}
|
|
|
04-01-2011 22:31
Dit topic is 206 keer bekeken door 40 verschillende leden
Reacties op: "Achtergrond fout"
1
Reageer op: "Achtergrond fout"
1