Discuss the articles posted on Dev.Opera.
By teleject
Friday, 15. August 2008, 13:25:15
CSS and opacity: methods for creating translucent elements
Christopher Schmitt has been playing with the CSS opacity property a lot lately, and loves what he can do with it. In this article, he shares his findings with the world.
( Read the article )
By Tyssen
Sunday, 17. August 2008, 03:01:43

-moz-opacity is only required for browser versions prior to Mozilla 1.7. Firefox has supported the CSS3 opacity property since version 0.9 so you only really need to include -moz-opacity in your stylesheets if you're concerned with supporting those older browsers.
By chrismills
Tuesday, 19. August 2008, 09:26:06

Originally posted by Tyssen:
-moz-opacity is only required for browser versions prior to Mozilla 1.7. Firefox has supported the CSS3 opacity property since version 0.9 so you only really need to include -moz-opacity in your stylesheets if you're concerned with supporting those older browsers.
Fixed!
By floyd1616
Wednesday, 20. August 2008, 14:39:53

Hi all!
Great article

I have translated it in italian language, with the same CC License and with the link at the original article:
http://www.extrowebsite.com/articolocss.asp?id=79Best regards,
Giuseppe
By chrismills
Thursday, 21. August 2008, 08:10:42

Originally posted by floyd1616:
I have translated it in italian language
Fantastic! Thank you Giuseppe!
By teleject
Thursday, 21. August 2008, 21:31:47

Originally posted by floyd1616:
Hi all!
Great article 
I have translated it in italian language, with the same CC License and with the link at the original article: http://www.extrowebsite.com/articolocss.asp?id=79
Thanks for doing this! I believe this is the first time I had an article I've written translated to Italian.
By tszming
Sunday, 4. October 2009, 04:58:21

I just wonder why opacity in Opera (9.64 in my case) need to use "position: absolute;" to trigger?
At least they are not required in Firefox 3, IE7 & IE8
By chrismills
Monday, 12. October 2009, 00:50:12

Originally posted by tszming:
I just wonder why opacity in Opera (9.64 in my case) need to use "position: absolute;" to trigger?
Hi there,
What are you saying position:absolute; is needed to trigger? I'm not exactly sure what you mean. The examples here don't ue any absolute positioning.
best regards,