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
border-bottom
border-bottom-width
border-color
border-left
border-left-width
border-right
border-right-width
border-style
border-top
border-top-width
border-width
PROPERTY: border
border
:
border-width
&|
border-style
&|
border-color
Compatibility:
IE4+ N4+
Version:
Level 1
Inherited:
No
The
border
property allows you to combine into one declaration the
border-width
, and/or the
border-style
, and/or the
border-color
properties.
Each of these three individual properties are discussed on their own page.
Code:
body { border: thick dashed yellow; }
p { border: thick double yellow; }
blockquote { border: dotted gray; }
or
p.bordr { border: 25px solid red; }
...
<p class="bordr">
DevGuru is great!
</p>
Output:
DevGuru is great!
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information