border-bottom-width CSS Property

border-bottom-width is a property of CSS that set the width of single border bottom edge of an element, values can be thick, thin or any custom size.

Definition Of border-bottom-width property:

The border-bottom-width is a property of CSS that use to set the width of border bottom of elements

What border-bottom-width property can do?

This border-bottom-width property set the width of bottom of border, note, that border-style property must always set before the border-bottom-width property in order to get required results.

How to use CSS border-bottom-width property?

Syntax:

1
border-bottom-width: thin | medium | thick | lengt

Example:

1
border-bottom-width:20px;

How to use CSS border-bottom-width property in Javascript?

You can set value of border-bottom-width property with Javascript in following manner:

1
object.style.borderBottomWidth="thin&quot


Related posts

Tags: , ,

No Response

Post your response

Copyright © 2010 - 2013 Handy CSS Designed By Anotix, Powered By WordPress, all right reserved.