Changes

Jump to: navigation, search

CSS GUIDE -MOZ-OPACITY

390 bytes removed, 19:15, 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. Mozilla recommends that we use float:left; and position:relative; to work in Mozilla Firefox. The opacity code for simply displaying an image is more straightforward.
 
<pre>
<span style="float:left;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;"><img src="v90.gif" width="50" height="50"></span>
</pre>
== Usage ==
1
edit

Navigation menu