0

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 - Screenshot

Kevin
  • 565
  • 12
  • 25

3 Answers3

0

Remove the width="auto" attribute on img tag then its looking fine.

UPDATE : Look Gumbo's comment below.

timu
  • 828
  • 7
  • 20
  • 40
  • so you're right - now I just need to figure out how that's being added, considering it's a generated page. – Kevin Feb 07 '12 at 19:16
  • 1
    It would be better to specify the actual width. Increases load time: http://stackoverflow.com/questions/1247685/should-i-specify-height-and-width-attributes-for-my-imgs-in-html – JSuar Feb 07 '12 at 21:26
0

Add width="960px" to your img. Right now it is set to width="auto".

Aliaksei Kliuchnikau
  • 13,589
  • 4
  • 59
  • 72
Tron
  • 1
0

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