Firefox en DIV's
Code (php)
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<html>
<head>
<title>Je title</title>
<style type="text/css">
html, body {
margin: auto;
background: #000000;
font-family: Verdana;
font-size: 11px;
color: #000000;
text-decoration: none;
}
div.website {
height: 100%;
width: 100%;
text-align: center;
}
div.container {
height: 828px;
width: 887px;
}
div.header {
height: 189px;
width: 887px;
}
div.header-left {
float: left;
width: 225px;
height: 189px;
background: url(images/Solyda_01.png) no-repeat 0 0;
}
div.header-midden {
float: left;
width: 614px;
height: 189px;
}
div.header-logo {
float: left;
width: 206px;
height: 125px;
}
div.header-afbeelding {
float: left;
width: 408px;
height: 125px;
background: url(images/Solyda_03.jpg) no-repeat 0 0;
}
div.header-menu {
width: 614px;
height: 32px;
background: url(images/Solyda_05.jpg) no-repeat 0 0;
}
div.header-bottom {
width: 614px;
height: 32px;
background: url(images/Solyda_06.jpg) no-repeat 0 0;
}
div.header-right {
float: left;
width: 48px;
height: 189px;
background: url(images/Solyda_04.png) no-repeat 0 0;
}
div.content {
height: 534px;
width: 887px;
}
div.content-left {
float: left;
width: 225px;
height: 534px;
background: url(images/Solyda_07.png) no-repeat 0 0;
}
div.content-midden {
float: left;
width: 614px;
height: 534px;
background-color: #FFFFFF;
}
div.content-right {
float: left;
width: 48px;
height: 534px;
background: url(images/Solyda_09.png) no-repeat 0 0;
}
div.footer {
height: 105px;
width: 887px;
}
div.footer-top {
width: 887px;
height: 77px;
background: url(images/Solyda_10.png) no-repeat 0 0;
}
div.footer-left {
width: 225px;
height: 28px;
background: url(images/Solyda_11.png) no-repeat 0 0;
}
div.footer-midden {
float: left;
width: 614px;
height: 28px;
background: url(images/Solyda_12.png) no-repeat 0 0;
}
div.footer-right {
float: left;
width: 48px;
height: 28px;
background: url(images/Solyda_13.png) no-repeat 0 0;
}
</style>
</head>
<body>
<div class="website">
<div class="container">
<div class="header">
<div class="header-left"></div>
<div class="header-midden">
<div class="header-logo"><a href="index.php"><img src="images/Solyda_02.jpg" border="0"></a></div>
<div class="header-afbeelding"></div>
<div class="header-menu"></div>
<div class="header-bottom"></div>
</div>
<div class="header-right"></div>
</div>
<div class="content">
<div class="content-left"></div>
<div class="content-midden"></div>
<div class="content-right"></div>
</div>
<div class="footer">
<div class="footer-top"></div>
<div class="footer-left"></div>
<div class="footer-midden"></div>
<div class="footer-right"></div>
</div>
</div>
</div>
</body>
</html>
<head>
<title>Je title</title>
<style type="text/css">
html, body {
margin: auto;
background: #000000;
font-family: Verdana;
font-size: 11px;
color: #000000;
text-decoration: none;
}
div.website {
height: 100%;
width: 100%;
text-align: center;
}
div.container {
height: 828px;
width: 887px;
}
div.header {
height: 189px;
width: 887px;
}
div.header-left {
float: left;
width: 225px;
height: 189px;
background: url(images/Solyda_01.png) no-repeat 0 0;
}
div.header-midden {
float: left;
width: 614px;
height: 189px;
}
div.header-logo {
float: left;
width: 206px;
height: 125px;
}
div.header-afbeelding {
float: left;
width: 408px;
height: 125px;
background: url(images/Solyda_03.jpg) no-repeat 0 0;
}
div.header-menu {
width: 614px;
height: 32px;
background: url(images/Solyda_05.jpg) no-repeat 0 0;
}
div.header-bottom {
width: 614px;
height: 32px;
background: url(images/Solyda_06.jpg) no-repeat 0 0;
}
div.header-right {
float: left;
width: 48px;
height: 189px;
background: url(images/Solyda_04.png) no-repeat 0 0;
}
div.content {
height: 534px;
width: 887px;
}
div.content-left {
float: left;
width: 225px;
height: 534px;
background: url(images/Solyda_07.png) no-repeat 0 0;
}
div.content-midden {
float: left;
width: 614px;
height: 534px;
background-color: #FFFFFF;
}
div.content-right {
float: left;
width: 48px;
height: 534px;
background: url(images/Solyda_09.png) no-repeat 0 0;
}
div.footer {
height: 105px;
width: 887px;
}
div.footer-top {
width: 887px;
height: 77px;
background: url(images/Solyda_10.png) no-repeat 0 0;
}
div.footer-left {
width: 225px;
height: 28px;
background: url(images/Solyda_11.png) no-repeat 0 0;
}
div.footer-midden {
float: left;
width: 614px;
height: 28px;
background: url(images/Solyda_12.png) no-repeat 0 0;
}
div.footer-right {
float: left;
width: 48px;
height: 28px;
background: url(images/Solyda_13.png) no-repeat 0 0;
}
</style>
</head>
<body>
<div class="website">
<div class="container">
<div class="header">
<div class="header-left"></div>
<div class="header-midden">
<div class="header-logo"><a href="index.php"><img src="images/Solyda_02.jpg" border="0"></a></div>
<div class="header-afbeelding"></div>
<div class="header-menu"></div>
<div class="header-bottom"></div>
</div>
<div class="header-right"></div>
</div>
<div class="content">
<div class="content-left"></div>
<div class="content-midden"></div>
<div class="content-right"></div>
</div>
<div class="footer">
<div class="footer-top"></div>
<div class="footer-left"></div>
<div class="footer-midden"></div>
<div class="footer-right"></div>
</div>
</div>
</div>
</body>
</html>
In Internet Explorer is alles goed, in FireFox heb ik een paar fouten.
Fout 1: het menu word niet weergegeven, (Solyda_05.jpg en Solyda_05.jpg).
Fout 2: hoe centreer ik de DIV container naar het midden? In Internet Explorer staat de container mooi gecentreert in het midden en bij Firefox niet.
Kan iemand mij hier mee helpen?
Fout 2: Maak dit van je .container voor centreren.
Verder kan ik weinig zonder online voorbeeld.
Alleen die tip van fout 1 heb ik niet zoveel aan, hoe moet ik hem eerst goed maken in firefox als ik niet weet wat er fout gaat? terwijl hij met toeval wel goed is in IE :)
En hier is een online voorbeeld: http://solyda.oetzie.nl/ zoals je ziet worden de plaatjes in het menu en onder het menu niet weergegeven.
Dat kan met iets van if in internet explorer.(weet niet hoe dat ookal weer precies ging. :P)
Superwauwie ;-)
Edit: vermoedt ineens dat je alleen op het css bestand doelt. Ook deze uitzondering moet je eigenlijk zoveel mogelijk zien te voorkomen.
Gewijzigd op 01/01/1970 01:00:00 door M Ypma
Begin eens te kijken met de webtool Firebug. Hier kun je je bron live controleren op fouten en heel makkelijk dingen aanpassen. Ik vermoed dat je een fout hebt met de opmaak qua hoogte of iets dergelijks?
Ik zoek even en kom er op terug;)
edit: gevonden. Je moet je menu div even positioneren nog. Doe dit door position:relative toe te voegen aan:
div.header-menu {
background:transparent url(../images/Solyda_05.jpg) no-repeat scroll 0 0;
height:32px;
margin-top:110px; /*Kijk hier even goed naar.. dit weet ik niet zeker namelijk.............*/
position:relative;
text-align:left;
width:614px;
edit2: margin-top: moet 125px zijn
Gewijzigd op 01/01/1970 01:00:00 door Pieter Jansen
aaah bedankt merijn! het werkt, heeeel erg bedankt!