Misschien valt dit onder reclame, maar ik heb r-websites.nl in css gezet.
Er komen bijna geen tables in voor, alleen die van het nieuws.
Wat overigens ook in css zou kunnen, maar daar ben ik te lui voor
Dit is de code, en het voorbeeld zie je dus op de site.
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
body
{
background-color: #2e2e2e;
overflow: -moz-scrollbars-vertical;
}
hr
{
border: 1px dotted #2e2e2e;
}
input
{
margin-top: 3px;
background-color: #2e2e2e;
font-family : veranda;
font-size : 11px;
color: #FFFFFF;
border: solid 1px #FFFFFF;
}
textarea
{
margin-top: 3px;
background-color: #2e2e2e;
font-family : veranda;
font-size : 11px;
color: #FFFFFF;
border: solid 1px #FFFFFF;
}
#header
{
background-image: url(images/header.gif);
width: 50%;
height: 61px;
border: solid 1px #FFFFFF;
}
#logo
{
float: left;
background-image: url(images/logo.gif);
width: 254px;
height: 61px;
}
#menu
{
background-image: url(images/menu.gif);
width: 50%;
height: 20px;
border: 1px solid #FFFFFF;
}
#container
{
background-color: #1e1e1e;
width: 50%;
height: auto;
border: solid 1px #FFFFFF;
}
.container
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 20px;
text-align: left;
}
.footer
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
padding-bottom: 2px;
}
.menu
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
margin-top: 2px;
}
.menu a:link, .menu a:visited, .menu a:link, .menu a:link
{
color: #FFFFFF;
text-decoration: none;
}
.menu A:hover {
COLOR: #66FF00;
}
a:link, a:visited, a:link, a:link
{
color: #FFFFFF;
text-decoration: underline;
}
A:hover {
COLOR: #66FF00;
}
Wat ik doe is:
Ik expirimenteer wat, kijken of het klopt, en dan veranderen tot het goed is