CSS BORDER-LEFT - CSS3 Examples

CSS BORDER-LEFT

Written by jon on 11:51 PM
This is a shorthand property which allows an author to specify the border-width, border-style, and border-color for the left border of an element. If no color is specified, the value will be taken from the ‘color’ property.

Example
div.out { border-left: 10px outset #ffffff }

<div style=”border-left: 10px outset #ffffff”>this is a test</div>

Possible Values
Value Description
inherit Explicitly sets the value of this property to that of the parent.
[border-width] Uses a [border-width] value to render the left border for an element.
[border-style] Uses a [border-style] value to render the left border for an element.
[border-color] Uses a [border-color] value to render the left border for an element.

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS BORDER-LEFT ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :