Hi,
I was wondering if anyone could recommend a good js script that can resolve transparency issues within IE5+ ?
I have been poking around Google but haven't found "the one" that I would implement.
Cheers,
COB
| SitePoint Sponsor |

Hi,
I was wondering if anyone could recommend a good js script that can resolve transparency issues within IE5+ ?
I have been poking around Google but haven't found "the one" that I would implement.
Cheers,
COB
hockeyunderground.net
- Fantasy Hockey Depot



Here's a solution with JavaScript using conditional comments for IE:
http://homepage.ntlworld.com/bobosola/pnghowto.htm
If it's for backgrounds in CSS, you can include a 'lt IE 7' stylesheet where you overwrite some CSS properties.
Here's an example:
Code CSS:#example { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/my-image.png',sizingMethod='scale'); }





also have a look at: http://www.digital-web.com/articles/...reativity_png/

Thanks!
hockeyunderground.net
- Fantasy Hockey Depot
Bookmarks