Hey Savennerds enzeuwh
Maargoed :
Ik heb een probleempje, mijn site rekt niet
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
/* Copyright Spunk */
body
{
background-color: #2e2e2e;
}
#links
{
float: left;
width: 55%;
}
#rechts
{
float: right;
width: 45%;
}
#container
{
height: auto;
}
#logo
{
background-image: url(i/logo.gif);
width: 164px;
height: 39px;
margin-left: 270px;
margin-top: 100px;
}
#top
{
background-image: url(i/blauw/boven.gif);
width: 712px;
height: 22px;
}
#down
{
background-image: url(i/blauw/onder.gif);
width: 712px;
height: 6px;
}
#content
{
background-color: #016ca4;
border-color: #FFFFFF;
border-left: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
width: 706px;
height: auto;
}
.menul
{
margin-left: 5px;
margin-top: 6px;
float: left;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.menur
{
margin-right: 6px;
margin-top: 4px;
float: right;
}
.contentl
{
float: left;
width: 50%;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-left: 5px;
margin-top: 3px;
margin-bottom: 3px;
text-align: left;
}
.contentr
{
float: right;
width: 40%;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-right: 5px;
margin-top: 3px;
margin-bottom: 3px;
text-align: left;
}
.colorpanel
{
margin-left: 270px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.menul a:link, .menul a:active, .menul a:visited
{
color: #FFFFFF;
text-decoration: none;
}
.menul a:hover
{
color: #52a401;
}
a:link, a:hover, a:active, a:visited
{
color: #FFFFFF;
}
Het gaat om de div
#content en ik heb ook al geprobeerd om een willekeurig aantal pixeltjes in te vullen, maar het werkt niet
Hoe los ik dit op ?
Live voorbeeld
Trouwens, kleurenpaneel hoort dus helemaal onderaan
[Laatst bewerkt door Spunk op woensdag 14 maart 2007, om 09:12]