Changes

Jump to: navigation, search

CSS GUIDE -MOZ-OPACITY

359 bytes removed, 18:57, 14 December 2006
Syntax
== Syntax ==
If a background image is specified, this property specifies whether the image is repeated (tiled), and how. All tiling covers the content and padding areas of a box. A value of 'repeat' means that the image is repeated both horizontally and vertically. The 'repeat-x' ('repeat-y') value makes the image repeat horizontally (vertically), to create a single band of images from one side We use CSS to define the other. With a value initial degree of 'no-repeat', the image is not repeated.opacity in Firefox
<pre>
BODY { background<IMG style="-moz-opacity: white url(0.5" src="pendanttest.gif"); background-repeat: repeat-y; background-position: center;}>
</pre>
 
Valid range of values for -moz.opacity is from 0 to 1, where lesser equates to more transparency.
== Legal Values ==
1
edit

Navigation menu