Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project










PROPERTY: border-left

border-left : border-left-width &| border-style &| border-color
 
Compatibility:  IE4+  N6
Version: Level 1
Inherited: No
 
The border-left property allows you to declare for the left border the border-left-width, and/or the border-style, and/or the border-color properties in only one declaration. The color value uses the same values as discussed in border-color.
 
Code:
body { border-left: thick dashed yellow; }
body { border-left: thick double yellow; }
body { border-left: dotted gray;

 
or
 
p.bordr
{
border-bottom: 25px solid red;
border-left: 25px solid yellow;
border-right: 25px solid blue;
border-top: 25px solid green;
}
...
<p class="bordr">
DevGuru is great!
</p>

 
Output:

DevGuru is great!



 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information