Difference between revisions of "CSS GUIDE BORDER-BOTTOM-STYLE"
(→Syntax) |
|||
Line 2: | Line 2: | ||
This property allows you to set the style of an element's bottom border. | This property allows you to set the style of an element's bottom border. | ||
== Syntax == | == Syntax == | ||
− | + | <pre>TARGET_ELEMENT{border-bottom-style: value;}</pre> | |
+ | |||
== Legal Values == | == Legal Values == | ||
Revision as of 16:57, 13 December 2006
Contents
Summary
This property allows you to set the style of an element's bottom border.
Syntax
TARGET_ELEMENT{border-bottom-style: value;}