Definition The border-bottom property is a shorthand property for setting all the properties for the bottom border in one declaration. Inhe...
Definition
The border-bottom property is a shorthand property for setting all the properties for the bottom border in one declaration.Inherited: No
JavaScript Syntax
CSS properties can also be dynamically changed with a JavaScript.Scripting Syntax: object.style.borderBottom="thick solid blue"
Example
table { border-bottom: thin dotted #00FF00 } span { border-bottom: solid #0000FF } |
Possible Values
Value | Description |
---|---|
border-bottom-width border-style border-color | Sets the properties for the bottom border |
Goto CSS3 and CSS2 complete reference