Topic awaiting preservation: PNG.js library - Internet Explorer PNG workaround |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: schillmania.com |
posted 02-03-2004 05:28
http://www.schillmania.com/projects/png/ |
Bipolar (III) Inmate From: Brisbane |
posted 02-03-2004 20:02
I actally prefer the way that youngpup does it. |
Paranoid (IV) Inmate From: Northumberland, England |
posted 02-03-2004 23:56
CSS background images as pngs in IE can be made to work very easily. Below are the scripts I use - one is youngpups and the background script is from youngpups site somewhere but by some other guy - I have combined it with youngpups in the last example which allows both background and foreground png images: code: if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) {
code: if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent)
|
Bipolar (III) Inmate From: schillmania.com |
posted 02-04-2004 05:26
With the background images actually, I found they don't have to stretch/scale to the size of the container - that's just the default behavior of the alphaimageloader() filter. You can specify "crop" in the render property or what have you, and the image will be displayed as a normal background() would.. the downside being it does not tile. |