Bonjour tout le monde,

J'ai un ptit souci sous IE (pour ne pas changer ) ...
En fait, l'affichage de mon site se fait très bien sous FF ou même IE6-IE7, à part quelques ptits bugs corrigibles rapidement.

Firefox:


IE7:


Par contre, sous IE8, ça donne un truc bizarre avec une background-image en double.



Voilà la partie du code CSS qui doit poser problème:

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
236
237
238
239
240
 
body {
	margin: 0px;
	padding: 0;
	background: #4C9BCD url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
}
 
h1, h2, h3 {
	margin: 0;
	/*text-transform: uppercase;*/
	font-weight: normal;
	color: #549900;
}
 
h1 { font-size: 44px; }
 
h2 { font-size: 18px; }
 
h3 { }
 
p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}
 
ul, ol { }
 
blockquote { }
 
a { color: #4999CB; }
 
a:hover { text-decoration: none; }
 
a img {
	border: none;
}
 
img.left {
	float: left;
	margin: 7px 30px 0 0;
}
 
img.right {
	float: right;
	margin: 7px 0 0 30px;
}
 
hr { display: none; }
 
.list1 {
}
 
.list1 li {
	float: left;
	line-height: normal;
}
 
.list1 li img {
	margin: 0 30px 30px 0;
}
 
.list1 li.alt img {
	margin-right: 0;
}
 
#wrapper {
}
 
/* Header */
 
#header {
	width: 940px;
	height: 68px;	
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat;
}
 
/* Menu */
 
#menu {
	float: left;
	width: 650px;
	height: 68px;
}
 
#menu ul {
	margin: 0;
	padding: 10px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}
 
#menu li {
	display: block;
	float: left;
}
 
#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 10px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
 
#menu a img {
	vertical-align: bottom;
}
 
#menu a:hover {
    color: #4999CB; 
	text-decoration: none; 
}
 
#menu a.current_page_item span {
	color: #4999CB;
}
 
#menu .first {
}
/* Search */
 
#search {
	float: right;
	padding: 10px 10px 0px 0px;
}
 
#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}
 
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
 
#search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}
 
#search-text {
	width: 170px;
	margin-top: 11px;
	margin-left: 60px;
	margin-right: 40px;
	padding: 6px 0 0 7px;
	border: none;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #838383;
}
 
#search-submit {
	width: 82px;
	height: 28px;
	margin-left: 10px;
	padding: 0px 5px;
	background: url(../images/img03.jpg) no-repeat left top;
	border: none;
	text-indent: -9999px;
	color: #FFFFFF;
}
 
/* Page */
 
#page {
	width: 880px;
	margin: 0px auto;
	padding: 40px 30px 0px 30px;
	background: #222222;
}
 
#page-bgtop {
}
 
 
/** LOGO */
 
#logo {
	width: 920px;
	height: 75px;
	margin: 0 auto;
	padding-top: 5px;	
}
 
#logo h1, #logo p {
	float: left;
	margin: 0px;
	line-height: normal;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}
 
#logo p {
	padding: 13px 0px 0px 5px;
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
 
#logo h1 {
	letter-spacing: -1px;
	font-size: 30px;
}
 
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
 
#banner {
	padding-bottom: 20px;
}
 
/* Content */
 
#content {
	float: left;
	width: 600px;
}
 
#content2 {	
	width: 600px;
}
J'ai déjà passé plus d'une semaine à me prendre la tête là-dessus , mais rien n'y fait pour le moment. Merci d'avance à ceux qui pourraient m'aider.

ArteFakt ... Pertes & Fracas