ZVON > References > CSS2 Reference

Go to Standard
Property: border-left
Inherited: no
Value: [ <border-top-width> || <border-style> || <color> ] | inherit
Initial: see individual properties
Applies to: all elements
Media: visual
Percentages: N/A

Examples:



     <AAA>
          <BBB>bbb</BBB>
          <CCC>ccc</CCC>
          <DDD>ddd</DDD>
          <EEE>eee</EEE>
     </AAA>
View
* {display: block}
BBB {border-left: thin solid blue}
CCC {border-left: medium dashed red}
DDD {border-left: thick dotted white}
EEE {border-left: 15px solid black}



     <AAA> |
          <BBB>bbb</BBB>|
          <CCC>ccc</CCC>|
     </AAA>
View
BBB {border: thick double red}
CCC {border-left: medium single green; border-bottom: thick double aqua;
border-right: thin dotted navy; border-top: medium groove olive}



_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet