schnuck schrieb: > anyone knows of a jquery plugin that fixes PNG transparency in IE 5.5, 6? > or any ideas please? > > tia, > > s >
It's not jQuery, but a CSS "pure" solution I made (well, it relies on Dynamic Properties, e.g. JavaScript, but you put it into a style sheet): http://www.stilbuero.de/2006/03/15/png-alpha-transparency-fast-and-easy/ I could make a plugin out of that as well maybe. This works for pngs included via img element. If you follow the comments there's a solution for CSS background images as well... -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
