Banner does not display in IE7 and IE8

Here's the website: http://soundlabrecordingstudio.com/

I have the correct file path and the image is RGB. Any other ideas?

Thanks in advance.

0
source share
2 answers

As stated in the comments on the OP, saved in PNGs solved the problem.

My opinion: JPEG encoding was probably incorrect.

0
source

Take a look at the source code. Immediately after the tag, <body>you wrote <div id='container'­->instead <div id='container'>(without an extra dash). FF is excellent, it corrects automatically. Panic IE.

0
source

All Articles