mneagle 0 Posted October 31, 2007 Hello: My website (www.kimcairy.com) shows up perfectly fine in Firefox however the images do not show up in Internet Explorer. I am hoping somebody here can help me. As a note, I have tried two fixes: -I changed the permissions from 777 to 755 -I tried the fix on this post http://forums.oscommerce.com/index.php?showtopic=279877 Neither of them work. Any tips are much appreciated! Matthew Share this post Link to post Share on other sites
germ 233 Posted October 31, 2007 (edited) nevermind... :blush: Edited October 31, 2007 by germ If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Share this post Link to post Share on other sites
germ 233 Posted October 31, 2007 Must be in your configure.php files somewhere. All your links are hosed. :huh: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Share this post Link to post Share on other sites
Coopco 8 Posted October 31, 2007 Hello: My website (www.kimcairy.com) shows up perfectly fine in Firefox however the images do not show up in Internet Explorer. I am hoping somebody here can help me. As a note, I have tried two fixes: -I changed the permissions from 777 to 755 -I tried the fix on this post http://forums.oscommerce.com/index.php?showtopic=279877 Neither of them work. Any tips are much appreciated! Matthew Works for me. 1 desiredoutput reacted to this The Coopco Underwear Shop If you live to be 100 years of age, that means you have lived for 36,525 days. Don't waste another, there aren't many left. Share this post Link to post Share on other sites
desiredoutput 0 Posted January 21, 2011 In my case the problem was with the image files themselves. Image displays in Firefox, but not in IE. The cause was determined to be that the JPEG files were being saved with CMYK ICC (color profile) information. Firefox can handle this gracefully and display the image anyway. IE cannot. For the image to display in IE, it had to be saved with RGB color information embedded, or no ICC profile information embedded at all. In my case, all that was required was to re-save the file with no ICC info embedded (uncheck the box at the prompt when saving), and then add the new JPG file via the osCommerce admin. Share this post Link to post Share on other sites