My application front page works fine in firefox but when I open the site in any version of IE I get an error for the top banner image, the code in the layout is this:
<%= link_to image_tag("logo.jpg", :class => "logo"), root_url %>
You can see it live here: http://www.dailytrailer.net
Everything seems to be fine, when I load it in IE I always get the box with a red x in the corner.
Any idea what the problem could be here?
Thank you!
Your image is saved with CMYK colors. You have to change this to RGB if you want it to display properly.