While other browsers like FireFox and Opera successfully display the image.

One case is when I post a content / node the image in the posting is blank on IE.
or
try this www.dakiunta.com and try to click at one posting...
On FireFox the icon for print friendly page and forward to friend show up but not in IE

This one frustrating me... help

Regards

Comments

coreyp_1’s picture

You have come across the hasLayout annoyance.

One of the suggestions on this page will fix it: http://www.satzansatz.de/cssd/onhavinglayout.html

- Corey

pramudya81’s picture

Thanks. It works now.. :)
So happy...and satisfied...

I added property zoom: 1 (IE 7) and min-height: 0 (IE 5 & 6)

Regards

bentonboomslang’s picture

Yes this did it for me. Thanks.

dpchevy2000’s picture

I know you've fixed your issue and it's probably a little different than the one that I had, but since I spent 2-3 days trying to figure out what was going on I figured I'd post my own solution here in hopes that it may offer another possibility to others with this issue.

My original issue: For me it was only one jpg image which was not showing up in IE on my site. I received several jpg images from a client for inclusion on their site. All of them displayed fine on pages except for this one image. It was fine in all browsers except for IE. I tried the fix in this post as well as some others I found, but in the end it was something so "under the radar" that I still don't even know what prompted me to try the fix.

My solution: I just happened to notice that the image I had was done using a CMYK color profile. I changed it to RGB profile in Photoshop, replaced the old image, and it showed up just fine.

It's always the little things...

Catalyst5’s picture

Thanks - Bizarre, but worked for me

Aple’s picture

Thanks man! Never would've figured this out without you sharing that tip! Apparently IE can't convert CMYK to RGB like every other browser.