![]() Topic awaiting preservation: Transparency dilemna. |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: New California |
![]() I have developed a nifty toy but it uses the alpha filter. What are the current options for making this more cross browser compatible? I'm pretty sure Mozilla has a similar filter but what about Opera? Any thoughts on cross browser effects using the alpha filters? Thanks. |
Bipolar (III) Inmate From: schillmania.com |
![]() -moz-opacity is the CSS equivalent of IE's filter:alpha(opacity=xx) - or whatever the new directX-based syntax (DXImageTransform or something?) is. |
Maniac (V) Inmate From: Brisbane, Australia |
![]() Alpha transparency isn't possibly in opera unless you use .png images. Nor does it work in IE/Mac... At least I'm fairlt certain it doesn't. |
Maniac (V) Mad Scientist From: New California |
![]() Drac, did you view http://www.theflowerbuds.com/ in IE? If you didn't, please do and check out the section titles as they transition. |
Maniac (V) Inmate From: Brisbane, Australia |
![]() Yeah, I saw that. I'm a little confused why you pointed me to it though. I know IE can support transparency with it's alpha filter and PNG transparency through the alphaImage filter. I was mainly refering to how you'd go about building a fully cross-browser script for layer opacity control in all browsers that supported either 8-bit alpha PNG's or some kind of CSS/filter setting. Which would be just about every version 5+ browser. |