Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Related to transparent png problem on old ie browsers Re: Related to transparent png problem on old ie browsers

#46749
Mavericks
Participant
".V1" wrote:
U do know that your scripts applies to ALL ie’s above 5,5… so also ie 7 and 8 which have no problems with PNG.

"Oscar" wrote:
Hello!!

This one saved my life, just place it anywhere between the <head> </head> tags

Code:

Just change your <!–[if gte IE 5.5000]> to <!–[if lt IE 7.]> This script is the same as the file I posted previously. I just use an include instead of posting the entire script inside the head of each page.