Hallo,
Ik heb een layout gemaakt en in html gezet (xhtml 1.1 valid), en alles te positioneren met div's en css(2).
http://home.wanadoo.nl/tgroesen/csstest/
Als je in IE kijkt zie je al gauw wat ik bedoel, alles staat niet naast elkaar maar onder elkaar. Eerst had ik dit in firebird, eindelijk opgelost, maar nu ziet het er weer bagger uit in IE
. CSS (staat gewoon in het document):
Wie kan mij helpen
?
Bvd
Flashin
Ik heb een layout gemaakt en in html gezet (xhtml 1.1 valid), en alles te positioneren met div's en css(2).
http://home.wanadoo.nl/tgroesen/csstest/
Als je in IE kijkt zie je al gauw wat ik bedoel, alles staat niet naast elkaar maar onder elkaar. Eerst had ik dit in firebird, eindelijk opgelost, maar nu ziet het er weer bagger uit in IE
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
| <style type="text/css">
* {
box-sizing: padding-box;
-moz-box-sizing: padding-box;
}
body {
margin: 0px;
background-color: #000000;
}
h3 {
margin: 0px;
padding: 0px;
font: 10px 'arial';
letter-spacing: 0.2em;
color: #FFFFFF;
}
#header, #wistJeDat, #menuKopje, #randomImg, .inleiding, .kopje, .tekst {
float: left;
font: 11px/17px 'arial';
letter-spacing: 0.2em;
padding: 5px;
text-align: justify;
}
#mainContainer {
background-color: #F7F7F7;
width: 700px;
height: 700px;
}
#header {
height: 34px;
background: url('img/bar.jpg');
width: 496px;
font-size: 12px;
color: #FFFFFF;
padding: 8px;
}
#header2 {
height: 34px;
background: url('img/bar.jpg');
width: 200px;
font-size: 12px;
float: left;
margin: 0px 0px 0px 2px;
}
#randomContainer { }
#randomImg {
margin: 2px 0px 0px 0px;
width: 496px;
background: url('img/header.jpg') #1A1A1A;
height: 142px;
padding: 0px;
}
#wistJeDat {
width: 200px;
background: #1A1A1A;
color: #9C9C9C;
font: 10px/16px 'Arial';
margin: 2px 0px 2px 2px;
height: 142px;
}
#mainContainer2 { }
#contentContainer { }
.inleiding {
background-color: #BCFFBC;
float: left;
width: 496px;
margin-right: 2px;
}
.kopje {
background-color: #0089D2;
color: #FFFFFF;
margin-top: 2px;
width: 496px;
}
.tekst {
width: 492px;
}
#menuContainer {
float: left;
width: 200px;
}
#menuKopje {
background-color: #C6C6C6;
width: 200px;
margin-right: 1px;
}
</style> |
Wie kan mij helpen
Bvd
Flashin
edit:
Hier nog ff screen van FB:
Hier nog ff screen van FB:

[ Voor 20% gewijzigd door flashin op 29-10-2003 23:28 ]