Difference between revisions of "CSS GUIDE -MOZ-OPACITY"
(→Legal Values) |
(→Mozilla Recommended Values) |
||
Line 34: | Line 34: | ||
== Mozilla Recommended Values == | == Mozilla Recommended Values == | ||
− | [http://developer.mozilla.org/en/docs/CSS: | + | [http://developer.mozilla.org/en/docs/CSS:-moz-opacity MDC document on -moz-opacity] |
− | |||
== Notes == | == Notes == |
Revision as of 18:01, 14 December 2006
This document is a work in progress and is subject to change.
Contents
Summary
- Firefox allows you to use coding to manipulate the opacity of an image.
- "Opacity" refers to transparency; the lesser the opacity of an image, the more transparent it is.
Applicability: | The background-repeat property can be used for all CSS elements. |
Media Group: | Visual |
Inherited: | No |
Syntax
We use CSS to define the initial degree of opacity in Firefox:
<IMG style="-moz-opacity:0.5" src="test.gif">
Valid range of values for -moz.opacity is from 0 to 1, where lesser equates to more transparency.
Usage
- Quick opacity change onMouseover:
<IMG style="-moz-opacity:0.6" src="alta.gif" onMouseover="this.style.MozOpacity=1" onMouseout="this.style.MozOpacity=0.6">
Mozilla Recommended Values
Notes
The World Wide Web Consortium (W3C) provides a free online CSS validation service.
Specification Conformance
Browser Compatibility
- Internet Explorer
- Firefox
- Opera