Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

border-bottom-width

Definition

The border-bottom-width specifies the width of the element's bottom border. The bottom border is represented by the yellow highlighted area in the illustration below.

Illustration of the CSS box model. The area between the bottom padding and the bottom margin is highlighted in yellow.

Example

  1. h1 {border-bottom-width: 1px}
  2. div.content {border-bottom-width: thick}

Characteristics

Possible values

rThe width of the border area can be specified using one of the following values:

thin
A fine border.
medium
A medium thickness border.
thick
A thick border.
length
The border's thickness has an explicit value. Explicit border widths cannot be negative.
inherit
Use the same computed value as the parent element for this property.

Default value

medium

Applies to

Inherited

No

See also