Open main menu

CDOT Wiki β

Changes

CSS GUIDE -MOZ-BORDER-TOP-COLORS

728 bytes added, 02:38, 14 December 2006
no edit summary
== Syntax ==
-moz-border-bottomtop-colors: [<color> | transparent,]* <color> | transparent
== Legal Values ==
== Mozilla Recommended Values ==
<color> - specifies the color of a line of pixels in the bottom top border
transparent - the line of pixels does not have its own color, instead showing the color of the element behind it
a.example {
border: 5px solid #000000;
/* The color of the bottom top border will be red, green, blue, white, then white, starting at the outside */ -moz-border-bottomtop-colors: #FF0000 #00FF00 #0000FF #FFFFFF;
}
</style>
== See Also ==
 
[http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_-MOZ-BORDER-BOTTOM-COLORS -moz-border-bottom-colors]
 
[http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_-MOZ-BORDER-LEFT-COLORS -moz-border-left-colors]
 
[http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_-MOZ-BORDER-RIGHT-COLOR -moz-border-right-colors]
 
== References ==
 
[http://developer.mozilla.org/en/docs/CSS:-moz-border-bottom-colors Mozilla Developer's CSS]
 
[http://developer.mozilla.org/en/docs/Mozilla_CSS_Extensions#-moz-border-bottom-colors Mozilla Developer's CSS Extension]
 
[http://www.eightlines.com/neil/mozskin/csscommands.html Mozilla Specific CSS]
 
[http://www.blooberry.com/indexdot/css/properties/extensions/nsextensions.htm Netscape CSS]
1
edit