Hallo,
Ik was benieuwd of iemand mij hiermee kan helpen.
In firefox wordt de tekst onder de plaatjes weergegeven wat eigelijk naast moet.
klik voor site
Alvast bedankt
Ik was benieuwd of iemand mij hiermee kan helpen.
In firefox wordt de tekst onder de plaatjes weergegeven wat eigelijk naast moet.
klik voor site
code:
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
| body { font-family: Verdana; font-size:0.70em; color: #968760; font-style: normal; text-align: justify; }
html, body {
padding: 0;
margin: 0;
text-align: center;
background: #191411;
}
#container {
text-align: left;
background: url('repeat.png');
width: 700px;
margin: 0 auto;
}
#header {
margin-top: -15px;
width: 700px;
height: 200px;
background: url('header.png');
float: left;
}
#footer {
font: normal 0.9em "Arial";
padding-top: 60px;
width: 700px;
height: 3px;
background: url('footer.png') bottom no-repeat;
clear: both;
}
#footer p {
margin-top: 12px;
margin-bottom: 12px;
text-align: center;
}
a:link { color: 746747; text-decoration: none; }
a:visited { color: 968760; text-decoration: none; }
a:hover { color: b8b8b8; text-decoration: none; }
a:active { color: 968760; text-decoration: none; }
#content { float: left; width: 700px; }
#content img { margin-right: 5px; margin-bottom: 5px; border: 1px solid #b8b8b8; }
p { margin: 10px 15px; }
hr { border: 1px dashed #BC7304; width: 100%; height: 0.2px; }
#content {
float:right;
width:580px;
}
#menu {
float: left;
width: 100px;
margin-left: 20px;
}
#menu2 {
margin-top: 10px;
margin-left: 115px;
}
.thumb { margin: 5px 5px 5px 5px; border: 1px solid #968760; width: 70px; height: 70px;}
.album { font-family: Verdana; font-size:0.85em; color: #ad9b6f; font-style: normal; text-align: justify; font-weight: bold; text-decoration: underline;} |
Alvast bedankt