border-left-style CSS Property

The CSS propert border-left-style enables us to set different styles for left border of an element, these styles or effects may also relay on the value of border-color

Definition Of border-left-style property:

The border-left-style is a property of CSS which is used to set the left border style of different elements.

What border-left-style property can do?

By applying  border-left-style property we can make the presentation of left edge of border distinguish with the help of different values to set, for example, double, groove, dashed, dotted, inset, outset, hidden, ridge, etc.

How to use CSS border-left-style property?

Syntax:

1
border-left-style: styl

Example:

1
border-left-style:dashed;

How to use CSS border-left-style property in Javascript?

You can set value of border-left-style property with Javascript in following manner:

1
object.style.borderLeftStyle="inset&quot


Related posts

Tags: , ,

No Response

Post your response

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