Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

madhu
madhu
10,223 Points

The logo to my website is not showing in IE8

Hi,

I have been testing my website on different browsers and found that the logo is not being displayed in IE8.

It is a png image. I converted it to jpg format and uploaded it to the website. It didn't work.

Not sure how to fix this.

Here's the link to my website. http://salutecolorado.org/newsletter/

Can someone please look at it in IE and let me know what could be the problem and how I can fix this.

Thank you for your help. Madhu

2 Answers

madhu
madhu
10,223 Points

Thank you for your quick response. I have the max-width property so that the img can be responsive.

I was able to fix the problem. I just had to define a width (same as the width of the logo) to the container div and it worked!

Thank you, Madhu

Chris Shaw
Chris Shaw
26,676 Points

Hi madhu,

I had a brief look and it appears the max-width property is causing the issue, simply remove that property from your div.wrapper #logo img selector and you should be good.