border-bottomborder-bottom*
*Contents  *Index  *Topic Contents
*Previous Topic: border
*Next Topic: border-bottom-color

border-bottom

Description

Specifies the bottom border. Values that are not present are set to their initial values. Supported on block and replaced elements only.

For more information on supported colors, see Color Table.

Syntax

{ border-bottom: border-bottom-width || border-style || color}

Remarks

This attribute is not inherited.

Example

In this example, the border will be a solid green line.

{border-bottom: 20px outset green}

Applies To

BLOCKQUOTE, BODY, CENTER, DD, DIR, DIV, DL, DT, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, HR, LI, LISTING, MARQUEE, MENU, OL, P, PLAINTEXT, PRE, TABLE, TD, TH, TR, UL, XMP, CAPTION, TEXTAREA, IFRAME, SPAN, IMG, EMBED, OBJECT, INPUT

Scripting Property

borderBottom

See Also

border-bottom-width, border-bottom-style, border-bottom-color, border, border-top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.