📄 css_border.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Border Properties</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>CSS Border</h1>
<a href="css_font.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="css_outline.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />
<p class="intro">The CSS border properties define the borders around an
element.</p>
<hr />
<h2>Examples</h2>
<p><a target="_blank" href="tryit.asp@filename=trycss_border">All the border properties in one
declaration</a><br />
This example demonstrates a shorthand property for setting all of the properties
for the four borders in one declaration, can have from one to three values.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-style2">Set different borders on
each side</a><br />
This example demonstrates how to set different borders on each side of the
element.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-top">All the top border properties
in one declaration</a><br />
This example demonstrates a shorthand property for setting all of the properties for the
top border in one declaration.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-bottom">All the bottom border
properties in one declaration</a><br />
This example demonstrates a shorthand property for setting all of the properties for the
bottom border in one declaration.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-left">All the left border
properties in one declaration</a><br />
This example demonstrates a shorthand property for setting all of the properties for the
left border in one declaration.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-right">All the right border
properties in one declaration</a><br />
This example demonstrates a shorthand property for setting all of the properties for the
right border in one declaration.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-style">Set the style of the four
borders</a><br />
This example demonstrates how to set the style of the four borders.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-top-style">Set the
style of the top border</a><br />
This example demonstrates how to set the style of the top border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-bottom-style">Set
the style of the bottom border</a><br />
This example demonstrates how to set the style of the bottom border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-left-style">Set the
style of the left border</a><br />
This example demonstrates how to set the style of the left border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-right-style">Set
the style of the right border</a><br />
This example demonstrates how to set the style of the right border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-width">All the width of the border
properties in one declaration</a><br />
This example demonstrates a shorthand property for setting the width of the four
borders in one declaration, can have from one to four values.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-top-width">Set the width of the top
border</a><br />
This example demonstrates how to set the width of the top border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-bottom-width">Set the width of the
bottom border</a><br />
This example demonstrates how to set the width of the bottom border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-left-width">Set the width of the
left border</a><br />
This example demonstrates how to set the width of the left border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-right-width">Set the width of the
right border</a><br />
This example demonstrates how to set the width of the right border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-color">Set the color of the four
borders</a><br />
This example demonstrates how to set the color of the four borders. It can have
from one to four colors.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-top-color">Set the
color of the top border</a><br />
This example demonstrates how to set the color of the top border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-bottom-color">Set
the color of the bottom border</a><br />
This example demonstrates how to set the color of the bottom border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-left-color">Set the
color of the left border</a><br />
This example demonstrates how to set the color of the left border.</p>
<p><a target="_blank" href="tryit.asp@filename=trycss_border-right-color">Set
the color of the right border</a><br />
This example demonstrates how to set the color of the right border.</p>
<hr />
<h2>CSS Border Properties</h2>
<p>The CSS border properties allow you to specify the style and color of an element's border. In HTML we use tables to create borders around
a text, but with the CSS border properties we can create borders with nice effects, and it can be applied to any element.</p>
<p>
<b>Browser support:</b> IE: Internet Explorer, F: Firefox, N: Netscape.</p>
<p>
<b>W3C:</b> The number in the "W3C" column indicates in which CSS recommendation
the property is defined (CSS1 or CSS2).</p>
<table class="ex" cellspacing="0" border="1" width="100%" cellpadding="3">
<tr>
<th width="25%" align="left">Property</th>
<th width="30%" align="left">Description</th>
<th width="25%" align="left">Values</th>
<th width="5%" align="left">IE</th>
<th width="4%" align="left">F</th>
<th width="4%" align="left">N</th>
<th width="7%" align="left">W3C</th>
</tr>
<tr>
<td valign="top"><a href="pr_border.asp">border</a></td>
<td valign="top">
A shorthand property for setting all of the properties for the four borders in one declaration</td>
<td valign="top"><i>border-width<br />
border-style<br />
border-color</i></td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">4</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_border-bottom.asp">border-bottom</a></td>
<td valign="top">A shorthand property for setting all of the properties for the bottom
border in one declaration</td>
<td valign="top"><i>border-bottom-width<br />
border-style<br />
border-color</i></td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">6</td>
<td valign="top">1</td>
</tr>
<tr>
<td valign="top"><a href="pr_border-bottom_color.asp">border-bottom-color</a></td>
<td valign="top">Sets the color of the bottom border</td>
<td valign="top"><i>border-color</i></td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">6</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_border-bottom_style.asp">border-bottom-style</a></td>
<td valign="top">Sets the style of the bottom border</td>
<td valign="top"><i>border-style</i></td>
<td valign="top">4</td>
<td valign="top">1</td>
<td valign="top">6</td>
<td valign="top">2</td>
</tr>
<tr>
<td valign="top"><a href="pr_border-bottom_width.asp">border-bottom-width</a></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -