Changes

Jump to: navigation, search

CSS GUIDE -MOZ-BORDER-TOP-COLORS

341 bytes added, 02:26, 14 December 2006
Usage Examples
transparent - the line of pixels does not have its own color, instead showing the color of the element behind it
== Usage Examples ==
<html>
<head>
<style type="text/css">
a.example {
border: 5px solid #000000;
 
/* The color of the bottom border will be red, green, blue, white, then white, starting at the outside */
-moz-border-bottom-colors: #FF0000 #00FF00 #0000FF #FFFFFF;
}
</style>
<head>
<body>
<a class="example">Hello World </a>
</body>
</html>
== Notes ==
1
edit

Navigation menu