J'ai fait un site pour un chum, lequel site fonctionne bien avec FF, IE7,IE8,Opera,Chrome, mais qui sous IE6 est affreux.
Le problème, est que je n'ai pas IE6, donc je ne peux même pas tester, et de toute façon, même si j'avais IE6, je ne saurais pas par ou commencer. J'ai bien vu sur Google, qu'il existe toutes sortes de "hack" pour corriger les bugs de IE6, mais je ne saisi pas du tout à quoi ces hacks correspondent.

Vous pouvez voir le site :http://pages.videotron.com/clabrec/

et le CSS:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
 
* {
margin : 0;
padding : 0;
}
body {
background-color : #deb887;
}
#wrapper {
color : black;
background-image:url("photo_Idetc/Wood.jpg"); 
background-repeat: repeat;
border : 1px solid gray;
width : 955px;
height : 100%;
margin-left : auto;
margin-right : auto;
}
#header-wrapper {
	  color: black; width: 100%; 
	 height: 100%; margin-left: auto; margin-right: auto;
			}
 #header {
	margin-top: 10px;  margin-left: auto; margin-right: auto; 
	 width: 900px; height: 100px; 
			 }
 
#menu_container {
width : 600px;
margin-left : auto;
margin-right : auto;
}
.menu {
width : 600px;
height : 32px;
position : relative;
z-index : 100;
border-right : 1px solid #000;
font-family : arial, sans-serif;
}
* html .menu {
width : 601px; w\idth : 600px;
}
.menu ul {
padding : 0;
margin : 0;
list-style-type : none;
}
.menu ul ul {
width : 149px;
}
.menu li {
float : left;
width : 149px;
position : relative;
}
.menu a, .menu a:visited {
display : block;
font-size : 12px;
text-align : center;
text-decoration : none;
color : #fff;
width : 142px;
height : 30px;
border : 1px solid #000;
border-width : 1px 0 1px 1px;
background : #932;
padding-left : 10px;
line-height : 29px;
font-weight : bold;
}
* html .menu a, * html .menu a:visited {
width : 149px;
w\idth : 138px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background : #dad8bd url(photo_Idetc/grey-arrow.gif) no-repeat 130px center;
}
.menu ul ul a.drop:hover {
background : #c9ba65 url(photo_Idetc/blue-arrow.gif) no-repeat 130px center;
}
.menu ul ul :hover > a.drop {
background : #c9ba65 url(photo_Idetc/blue-arrow.gif) no-repeat 130px center;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
background : #e2dfa8;
}
.menu ul ul ul a:hover {
background : #b2ab9b;
}
.menu ul ul {
visibility : hidden;
position : absolute;
height : 0;
top : 31px;
left : 0;
width : 149px;
border-top : 1px solid #000;
}
* html .menu ul ul {
top : 30px;
top : 31px;
}
.menu ul ul ul {
left : 149px;
top : -1px;
width : 149px;
}
.menu ul ul ul.left {
left : 149px;
}
.menu table {
position : absolute;
top : 0;
left : 0;
border-collapse : collapse;
}
.menu ul ul a, .menu ul ul a:visited {
background : #d4d8bd;
color : #000;
height : auto;
line-height : 1em;
padding : 5px 10px;
width : 128px;
border-width : 0 1px 1px 1px;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
width : 150px;
width : 128px;
}
.menu a:hover, .menu ul ul a:hover {
color : #000;
background : #ffa119;
}
.menu :hover > a, .menu ul ul :hover > a {
color : #000;
background : #ffa119;
}
.menu ul li:hover ul, .menu ul a:hover ul {
visibility : visible;
}
.menu ul :hover ul ul {
visibility : hidden;
}
.menu ul :hover ul :hover ul {
visibility : visible;
}
 
	#container {
	color : black;
margin-right : auto;
margin-left : auto;
}
	#filecontained {
width : 895px;
height : auto;	
margin-right : auto;
margin-left : auto;
}
 
h1, h2, h3 {font-family:verdana; color: #7a3100;}
 
.imagefloatR {float: right; width:250px; height: 250px; margin: 45px;  background-color: #932; padding:15px; }
 
.floatRanchor {float: right;  width:30px; margin-top: 6px; margin-right: 470px; }
 
.imaglinknav{ border: 2px solid #0000ff; width: 30px; height: 30px; padding:2px; }
 
hr { color: #932;}			
 
.navig-arrows { width: 100%; height: 50px; margin: auto}
 
.float-navig1 {
                float: left;
								width: 33%;
								height: 100%;
									}	
 
	.float-navig2 {
                float: left;
								width: 33%;
								height: 100%;
								    }			 
 
	.float-navig3 {
                float: left;
								width: 33%;
								height: 100%;
								   }			 
 
	.float-navig1, .float-navig2, .float-navig3 {
	               color: white; 
								 margin: auto;
								 }		 
 
#footer {width: 100%; height: 20px; padding-bottom: 5px; margin: auto}
 
.footer-lft {
                float: left;
								width: 33%;
								height: 100%;
									}	
 
	.footer-mid {
                float: left;
								width: 33%;
								height: 100%;
								    }			 
 
	.footer-rght {
                float: left;
								width: 33%;
								height: 100%;
								   }			 
 
	.footer-lft, .footer-mid, .footer-rght {
	               color: white; 
								  margin: auto;
								 }			
 
.cntr-ital {text-align: center; vertical-align: baseline; font-style: italic; padding: 10px;}
 
.plainlink { font-weight: bold; text-decoration: none; color: blue;}
 
.cgras {font-weight: bold}
 
p.txtindent {font-family: verdana; font-size: 1.2em; font-weight: 700; color: #7a3100;  text-indent: 2em; text-align: left; margin-left: 25px; margin-right: 25px; margin-bottom: 25px;}
 
p.txtnavig { text-align: center; font-family: verdana;  font-style: italic; font-size: .8em; font-weight: 700; color: #7a3100; padding: 5px; margin: 1px; }
 
.clearBoth { clear: both}
 
p.NoC {display:none}
 
p.cache {visibility: hidden}
Alors, si quelqu'un peut m'aider, ce serait très apprécié, car là, je suis dans la purée jusqu'au cou.

Ci-joint une image de ce que ça donne avec IE6: