Open main menu

CDOT Wiki β

Changes

CSS GUIDE -MOZ-OPACITY

254 bytes removed, 19:10, 14 December 2006
Syntax
Valid range of values for -moz.opacity is from 0 to 1, where lesser equates to more transparency.
For CSS opacity to work in the browser it must have some placement specified. We used Mozilla recommends that we use float:left; and that worked. Now we are trying position:relative; and that works too, but only to work in Mozilla Firefox. The float:left CSS style works in both Internet Explorer and Mozilla Firefox. Surely the explanation from W3C makes sense but basically this was trial and error, mostly error to get the transparency opacity to apply to text. The opacity code for simply displaying an image is more straightforward.
<pre>
1
edit