J'ai un petite soucis de léger décalage de bannière entre Firefox et IE, je n'arrive pas à résoudre le soucis .
voici la page sous Firefox/safari (affichage correct) :
http://img651.imageshack.us/img651/1041/image2ra.png

sous IE la bannière de droite est trop basse de quelques pixels, se retrouve alignée avec l'image centrale et donc dépasse du cadre en bas
c'est pour un site de e-commerce j'utilise bigcartel.

voici le code de la page "home" concernée :

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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 
 
<div>
<a target='_blank' title='home' href='http://fancyboobs.bigcartel.com/products'><img src='http://fancy-boobs.com/images/images-site/home%231.jpg' 'border:0px '></a>
</div>
 
 
<div id="bannhome">
<a target='_blank'href='http://fancyboobs.bigcartel.com/lookbook#http://fancy-boobs.com/lookbook/01.jpg'><img src='http://fancy-boobs.com/images/images-site/BANNIEREGIF.gif' border='0'/></a></div>
 
voici le css du site:
 
"/*============================================================
Theme Styles - contains all the base styles for the theme.
To receive automatic updates and bug fixes, we recommend
leaving this import and overriding specific styles below.
============================================================*/
 
@import url(/themes/blocks/stylesheets/styles.css);
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 
/*============================================================
Basic Styles - used for the simple controls.
============================================================*/
 
 
/* @gui Font */
@font-face {
font-family: Futura;
text-transform: uppercase;
src: url(<a href="http://fancy-boobs.com/images/Futura.ttf);" target="_blank">http://fancy-boobs.com/images/Futura.ttf);</a>
}
 
body
{font-family: Futura, Helvetica, sans-serif;}
 
/* @gui Background */
body {
background-color: #ffffff;
background-image: url(<a href="http://fancy-boobs.com/images/bg.gif" target="_blank">http://fancy-boobs.com/images/bg.gif</a>)
}
 
a {
color: red;
}
 
#store{
width: 1000px;
}
 
#header{
/*border: 1px solid red;*/
height: 157px;
}
 
#logo{
height: 170px;
}
 
#menutop{
width: 100%;
height: 31px;
font-family: Futura;
text-transform: uppercase;
font-size: 10pt;
background-image: url(<a href="http://fancy-boobs.com/images/bg-menutop.png);" target="_blank">http://fancy-boobs.com/images/bg-menutop.png);</a>
/*border: green 1px solid;*/
}
 
#menutop td {
vertical-align: middle !important;
}
 
#menuleft{
width: 165px;
height: 530px;
float: left;
font-family: Futura !important;
text-transform: uppercase;
font-size: 8pt;
background-image: url(<a href="http://fancy-boobs.com/images/bg-menuleft.gif);" target="_blank">http://fancy-boobs.com/images/bg-menuleft.gif);</a>
/*border: blue 1px solid;*/
}
 
#product_price {
font-family: Futura !important;
text-transform: uppercase;
}
 
#page_name{
height: 26px;
text-align: center;
padding-top: 8px;
font-family: Futura;
text-transform: uppercase;
font-size: 10pt;
background-repeat: no-repeat;
background-position: center center;
background-image: url(<a href="http://fancy-boobs.com/images/bg-page_name.gif);" target="_blank">http://fancy-boobs.com/images/bg-page_name.gif);</a>
}
 
html #main {
height:450px;
background-color: #e9e9e9;
width: 554px;
padding: 35px 50px;
}
 
#main{
*padding: 15px 50px;
}
 
#main .general a {
height:122px !important;
width:175px;
 
}
 
#main .general {
float:left;
height:130px;
width:181px;
 
}
 
#main .featured {
height:216px;
 
}
 
#bannhome {
border:0px solid grey;
height:487px;
width:219px;
float:left;
margin-top: -435px;
margin-left: 655px;
}
 
#product_info {
font-size: 12pt;
margin-top:0px;
padding-top:0px;
position:relative;
}
 
#product_price {
font-size: 8pt;
background-color: #e9e9e9;
}
 
#product_description {
font-size: 12pt;
border-top:1px dotted #4B4B4B;
}
 
#main .featured a img, #main .general a img {
display:inline;
vertical-align:top;
}
 
#main .featured a {
height:207px;
width:300px;
}
 
#contact_form dt label{
color: grey;
}
,
 
/* @gui Blocks background */
a#website_back,
#search,
#footer
{background-color: #e9e9e9;}
#nav li
{border-left-color:#e9e9e9;}
 
 
/* @gui Blocks links */
a,
#main a#keep_shopping,
#pod_rss p
{color: #666666;}
 
 
/* @gui Main block background */
#adding_to_cart,
#added_to_cart
{background-color: #e9e9e9;}
#products_h3 extra
 
 
 
/* @gui Main block titles */
 
#minicart_count,
#main h1,{color: #FFFFFF;}
#main h2,
#main h3,
#main dt,
#product_list li a:hover .product_price,
#product_list li a,
.pagination span,
#main .pagination a,
#main .pagination a:hover,
#product_info,
#adding_to_cart h4,
#added_to_cart h4,
ul#option li label,
ul#cart_contents,
.cart_total H2 ,
#contact_form dt label,
#main #error li,
#main #error_noscript li,
#product_inventory h3
{color: #000000;}
 
 
/* @gui Main block text */
#main p,
#main dd,
#main label,
#main li,
#main #product_status,
.pagination span.current,
.pagination span.yadda,
#product_inventory .inventory_option,
.item_total,
#cart_discount .optional,
#shipping_entry,
#discount_entry,
#shipping_total,
#discount_total,color:
#products_extra h3
{color: #FFFFFF;}
 
 
 
/* @gui Main block links */
#main a
{color: #666666;border-bottom-color: #666666;}
 
 
/* @gui Main block lines */
#product_inventory li.sold_out .inventory_option,
#product_inventory span.inventory_sold
{color: #000000;}
#product_description,
#product_inventory,
#product_inventory li,
#contact_form dt,
#contact_form dd
{border-top-color: #999999;}
#cart_shipping,
#cart_discount
{background-color:#FFFFFF;}
 
 
/* @gui Inner blocks */
#minicart a {background-color: #e9e9e9;}
{color: #000000;}
#main .featured a,
#main .general a,
#main .thumbnail a,
.product_price,
#products_extra,
.pagination span,
#main .pagination a,
#cart_contents .item_wrap
{background-color: #ffffff;}
#main .featured a,
#main .general a,
#main .thumbnail a
{border-color: #ffffff;}
 
 
/* @gui Footer titles */
#footer h4,
#footer h4 a
{color: #666666;}
 
 
/* @gui Link rollovers */
a:hover,
#main a:hover,
#main a#keep_shopping:hover,
#footer h4 a:hover
{color: #00B8ED;}
#minicart a:hover,
{border-bottom-color: #00B8ED;}
#main .featured a:hover,
#main .general a:hover,
#main .thumbnail a:hover,
a#website_back:hover,
.product_price span.on_sale,
#product_inventory .inventory_bar,
#main .pagination a:hover,
#error,
#error_noscript
{background-color: #ffffff;}
#main .featured a:hover,
#main .general a:hover,
#main .thumbnail a:hover
{border-color: #ffffff;}
 
 
/*============================================================
Custom Styles - add and override styles below.
============================================================*/



on m'a indiqué les hacks css mais sans résultats


merci!!