The site is www.bhct.bm
The image on the main page doesn't come up for some reason in IE9. Looks fine in other browsers.
Unable to tell what the problem is...
Here is what I'm seeing -
The site is www.bhct.bm
The image on the main page doesn't come up for some reason in IE9. Looks fine in other browsers.
Unable to tell what the problem is...
Here is what I'm seeing -
Remove the width="auto"
attribute on img
tag then its looking fine.
UPDATE : Look Gumbo's comment below.
Add width="960px"
to your img. Right now it is set to width="auto"
.
specify the image width as width=955px
, it is set to auto because it does not seem you specify any width within the tag or external style sheet. width:auto
is default