Ok, ik heb het volgende probleem:
http://www.teh-swah.nl/swah2
//edit Als ik de hoogte van de balken op 1px zet blijven ze in IE nog steeds even hoog. edit\\
Hier probeer ik een layoutje met divisions te maken. Nu heb ik het volgende. De blauwe balken zijn in firefox daadwerkelijk 8px maar in IE zijn ze veel groter...dit is mijn css:
http://www.teh-swah.nl/swah2
//edit Als ik de hoogte van de balken op 1px zet blijven ze in IE nog steeds even hoog. edit\\
Hier probeer ik een layoutje met divisions te maken. Nu heb ik het volgende. De blauwe balken zijn in firefox daadwerkelijk 8px maar in IE zijn ze veel groter...dit is mijn css:
Cascading Stylesheet:
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
| body { border: 0; padding: 0; height: 96%; background-color: #FFFFFF; color: #000000; text-align: center; } table { border-size: 0; margin: 0; padding: 0; color: #000000; } #werklaag { width: 862px; height: 96%; margin: auto; margin-top: 30px; text-align: left; } #upperbar { position: relative; top: 20px; width: 862px; height: 45px; background-color: #292929; background-image: url(upperbar.gif); } #navigatie { position: relative; top: 20px; height: 40px; width: 862px; background-color: #FFFFFF; } #balknamenu { position: relative; height: 8px; top: 20px; width: 862px; background-color: #00FFFF; z-index: 3; } #loginbox { position: relative; background-color: white; height: 116px; width: 250px; top: -5px; left: 0px; z-index: 1; } #banner { position: relative; height: 138px; width: 862px; top: 20px; background-color: #FFFFFF; background-image: url(http://www.teh-swah.nl/swah2/ban_log.gif); } #balknabanner { position: relative; height: 8px; top: 20px; width: 862px; background-color: #00FFFF; } td.nav { height: 40px; background-color: #FFFFFF; color: #292929; text-align: center; font-weight: bold; font-family: sans-serif; font-size: 13px; } td.nav2 { background-color: #292929; color: #FFFFFF; text-align: center; font-weight: bold; font-family: sans-serif; font-size: 13px; } |
[ Voor 45% gewijzigd door Maks op 16-04-2006 14:59 ]