![]() |
Does the newer versions of IE support transparency with png images?
The thread title pretty much says what I'm asking.
I know IE 6 doesn't support transparency with png images but was wondering if 7 or 8 or whatever version IE is up to now supports ransparency with png images. |
Yes...
|
Good to know. I've been using a transparent png as the start button in Flowplayer and wow does it look fugly in IE 6.
|
I think IE8 does
|
Cleo
If you still care or want transparency in PNG to work in older IE versions,this is a nice fix for that. http://www.twinhelix.com/css/iepngfix/demo/ |
Quote:
Seems like way too much hassle to give users of old versions of IE a pretty start button in FlowPlayer though. |
All you need to do is to place this in your section :
and have that iepngfix.htc in place That should do the trick. I can't check that on my laptop. I don't have IE5 or 6 or 7 Note to anybody with older IE version: http://www.twinhelix.com/css/iepngfix/demo/ Is demo image on right side transparent ? |
1 Attachment(s)
Just tried it in IE 6. It does some funky things.
http://www.greenguysboard.com/board/...2&d=1253116849 |
I generally just use a filter to make a color transparent, and it works on all image types.
Not sure if it's completely CSS compliant though but works in IE. To drop red: filter: chroma(color='#ff0000); |
|
png transparency work just fine with ie7 and ie8
for older versions like ie6 the best option i think is trough css instead of having the image in img tag you can just place and empty span and then assign class to this span with the following: Code:
background:url(noimage.gif); Code:
if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ |
All times are GMT -4. The time now is 05:11 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc