CSS GUIDE -MOZ-BORDER-TOP-COLORS

From CDOT Wiki
Revision as of 02:24, 14 December 2006 by Mattar1 (talk | contribs)
Jump to: navigation, search

Summary

-moz-border-top-colors is a Mozilla property extension to CSS to use a color striping effect on the top border. Each colour is one pixel in the border. If you want the border to be 3 pixels wide you define each colour separated by a space.

Syntax

-moz-border-bottom-colors: [<color> | transparent,]* <color> | transparent

Legal Values

ValueDescription
inheritUse the value of this property from the parent element.
None[DEFAULT] Do not use any color striping for this border side.
Colour+Indicating one or more Colour values

Mozilla Recommended Values

<color> - specifies the color of a line of pixels in the bottom border transparent - the line of pixels does not have its own color, instead showing the color of the element behind it

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also