Join our community in the tech forums for uncut technology discussion.
Home >
News >
CSS Transparency in Firefox, Opera, IE, and Mozilla
<< Back to Today's Tech News
Posted by Tekime on 2006-11-14 10:53:05
This article on CSS transparency explains how to achieve a transparency effect with CSS using a combination of opacity and filter properties.
In the past some Web designers used the Internet Explorer's filter:alpha attribute to modify the transparency of a page element. Unfortunately this method leaves out everybody using an alternative browser.
Fortunately, browsers have increasing support of CSS, and the opacity and -moz-opacity attributes in particular. Setting all of the properties we have available for opacity and alpha transparency, we achieve a transparency effect that is supported by Firefox, Opera, IE, Mozilla, and others.
Read More at eLanceTalk
Join our community in the tech forums for uncut technology discussion.
|