Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 4. Property Reference > border-bottom-style

border-bottom-style

Values:

none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset

Initial value:

none

Applies to:

All elements

Inherited:

No

Computed value:

Same as declared value

Description:

Defines the style for the bottom border of an element. The value must be something other than none for any border to appear.

Examples:

ul {border-bottom-style: groove;}
a:active {border-bottom-style: dashed;}