Ik heb een probleempje met CSS!
Ik heb op: http://mhproductions.pand...schoenmakers/monturen.php een pagina met links een menu en rechts de content van de pagina, maar in IE6, FireFox en Opera schiet het menu naar de bodem (onder de content). Alleen in IE7 werkt de pagina correct
Hieronder staat het stylesheet:
Weet iemand wat het probleem is, want ik kom er niet uit...
Alvast bedankt
Ik heb op: http://mhproductions.pand...schoenmakers/monturen.php een pagina met links een menu en rechts de content van de pagina, maar in IE6, FireFox en Opera schiet het menu naar de bodem (onder de content). Alleen in IE7 werkt de pagina correct
Hieronder staat het stylesheet:
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
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
| /* Main Stylesheet */
body {
background-color: #fffce7;
color: #91b829;
font-family: Arial, Verdana;
font-size: 14px;
margin: 0px 0px 0px 0px;
text-align: center;
}
a {
color: #91b829;
text-decoration: underline;
}
a:hover {
color: #91b829;
text-decoration: none;
}
/* Page */
#wrapper {
margin: 4px 4px 4px 4px;
padding: 0px 0px 0px 0px;
width: 800px;
}
#content_top {
width: 582px;
height: 20px;
margin: 4px 12px 0px 4px;
padding: 0px 0px 0px 0px;
background-image: url(images/page_top.gif);
background-repeat: no-repeat;
float: right;
}
#content {
width: 582px;
margin: 0px 12px 0px 4px;
padding: 5px 0px 10px 0px;
background-image: url(images/page_body.gif);
background-repeat: repeat-y;
float: right;
clear: right;
}
#content p {
margin-left: 25px;
margin-right: 25px;
text-align: left;
}
.kop{
font-size: 18px;
font-weight: bold;
margin-left: 25px;
margin-right: 25px;
text-align: left;
}
#content_bottom {
width: 582px;
height: 45px;
margin: 0px 12px 4px 4px;
padding: 0px 0px 0px 0px;
background-image: url(images/page_bottom.gif);
background-repeat: no-repeat;
float: right;
clear: right;
}
#copyright {
margin-top: 30px;
margin-bottom: 5px;
font-size: 10px;
color: #f47920;
}
#logo {
width: 190px;
height: 190px;
margin: 4px 4px 4px 8px;
padding: 0px 0px 0px 0px;
background-image: url(images/intro_button06a.jpg);
background-repeat: no-repeat;
float: left;
}
#sublogo {
width: 190px;
height: 190px;
margin: 4px 4px 4px 8px;
padding: 0px 0px 0px 0px;
float: left;
clear: left;
}
#buttons {
width: 190px;
height: 190px;
margin: 0px 4px 4px 8px;
padding: 0px 0px 0px 0px;
float: left;
clear: left;
}
#buttons img {
margin: 4px 0px 4px 0px;
border: 0px;
} |
Weet iemand wat het probleem is, want ik kom er niet uit...
Alvast bedankt
Who the fuck is general failure and why the hell is he reading my disk ?!