Topic awaiting preservation: Transparency dilemna. (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: New California |
posted 04-26-2003 07:30
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 |
posted 04-26-2003 09:53
-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 |
posted 04-26-2003 10:15
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 |
posted 04-26-2003 10:56
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 |
posted 04-26-2003 17:14
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. |