ZVON > References > CSS2 Reference

Go to Standard
Property: border-style
Inherited: no
Value: <border-style> {1,4} | 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
BBB {border-style: solid}
CCC {border-style: double}
DDD {border-style: dotted}
EEE {border-style: dashed}
* {border-width:thick}


     <AAA>
          <BBB>bbb</BBB>
          <CCC>ccc</CCC>
          <DDD>ddd</DDD>
          <EEE>eee</EEE>
     </AAA>
View
BBB {border-style: groove}
CCC {border-style: ridge}
DDD {border-style: inset}
EEE {border-style: outset}
* {border-width:thick}


     <AAA>
          <BBB>bbb</BBB>
          <CCC>ccc</CCC>
          <DDD>ddd</DDD>
          <EEE>eee</EEE>
     </AAA>
View
BBB {border-color:red; border-style: groove}
CCC {border-color:navy; border-style: ridge}
DDD {border-color:green; border-style: inset}
EEE {border-color:purple; border-style: outset}
* {border-width:thick}


     <AAA>
          <BBB>bbb</BBB>
          <CCC>ccc</CCC>
          <DDD>ddd</DDD>
          <EEE>eee</EEE>
     </AAA>
View
* {border-style:solid}
BBB {border-width:thin}
CCC {border-width:medium}
DDD {border-width:thick}
EEE {border-width:15px}



_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet