Open main menu

CDOT Wiki β

Changes

CSS GUIDE -MOZ-BORDER-TOP-COLORS

860 bytes added, 02:23, 14 December 2006
no edit summary
== 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 ==
<table border="1" cellpadding="3">
<tr><th>Value</th><th>Description</th></tr>
<tr><td>inherit</td><td>Use the value of this property from the parent element.</td></tr>
<tr><td>None</td><td>[DEFAULT] Do not use any color striping for this border side.</td></tr>
<tr><td>Colour+</td><td>Indicating one or more Colour values</td></tr>
</table>

== Mozilla Recommended Values ==

== Usage Examples ==

== Notes ==

== Specification Conformance ==

== Browser Compatibility ==

== See Also ==
1
edit