⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css_reference.asp@output=print

📁 W3Schools tutorial..web designing
💻 ASP@OUTPUT=PRINT
📖 第 1 页 / 共 4 页
字号:
<!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>CSS2 Reference</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>CSS2 Reference</h1>
<a href="css_examples.asp"><img border="0" src="../images/btn_previous.gif" alt="Previous" /></a>
<a href="css_ref_print.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />

<p>
The links in the &quot;Property&quot; column point to more
useful information about each property.
</p>

<table border="0">
<tr>
<td valign="top">
<ul>
  <li><a href="#background">Background</a></li>
  <li><a href="#border">Border</a></li>
  <li><a href="#classification">Classification</a></li>
  <li><a href="#dimension">Dimension</a></li>
  <li><a href="#font">Font</a></li>
</ul>
</td>
<td valign="top">
<ul>
  <li><a href="#generatedcontent">Generated Content</a></li>
  <li><a href="#list">List and Marker</a></li>
  <li><a href="#margin">Margin</a></li>
  <li><a href="#outlines">Outlines</a></li>
  <li><a href="#padding">Padding</a></li>
</ul>
</td>
<td valign="top">
<ul>
  <li><a href="#positioning">Positioning</a></li>
  <li><a href="#table">Table</a></li>
  <li><a href="#text">Text</a></li>
  <li><a href="#pseudoclasses">Pseudo-classes</a></li>
  <li><a href="#pseudoel">Pseudo-elements</a></li>
</ul>

</td>
</tr>
</table>

<p>
<b>Browser support:</b> IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape.</p>
<p>
<b>W3C:</b> The number in the &quot;W3C&quot; column indicates in which CSS recommendation 
the property is defined (CSS1 or CSS2).</p>

<h2><a name="background">Background</a></h2>
<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_background.asp">background</a></td>
    <td valign="top">A shorthand property for setting all background properties in one declaration</td>
    <td valign="top"><i>background-color<br />
      background-image<br />
      background-repeat background-attachment background-position</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_background-attachment.asp">background-attachment</a></td>
    <td valign="top">Sets whether a background image is fixed or scrolls with
      the rest of the page</td>
    <td valign="top">scroll<br />
      fixed</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_background-color.asp">background-color</a></td>
    <td valign="top">Sets the background color of an element</td>
    <td valign="top"><i>color-rgb<br />
      color-hex<br />
      color-name<br />
      </i>transparent</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_background-image.asp">background-image</a></td>
    <td valign="top">Sets an image as the background</td>
    <td valign="top">url(<i>URL</i>)<br />
      none</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_background-position.asp">background-position</a></td>
    <td valign="top">Sets the starting position of a background image</td>
    <td valign="top">top left<br />
      top center<br />
      top right<br />
      center left<br />
      center center<br />
      center right<br />
      bottom left<br />
      bottom center<br />
      bottom right<br />
      <i>x% y%</i><br />
      <i>xpos ypos</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_background-repeat.asp">background-repeat</a></td>
    <td valign="top">Sets if/how a background image will be repeated</td>
    <td valign="top">repeat<br />
      repeat-x<br />
      repeat-y<br />
      no-repeat</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
  </tr>
</table>

<h2><a name="border">Border</a></h2>
<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>
    <td valign="top">Sets the width of the bottom border</td>
    <td valign="top">thin<br />
      medium<br />
      thick<br />
      <i>length</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-color.asp">border-color</a></td>
    <td valign="top">Sets the color of the four borders, can have from one to four colors</td>
    <td valign="top"><i>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-left.asp">border-left</a></td>
    <td valign="top">A shorthand property for setting all of the properties for the left
      border in one declaration</td>
    <td valign="top"><i>border-left-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-left_color.asp">border-left-color</a></td>
    <td valign="top">Sets the color of the left 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-left_style.asp">border-left-style</a></td>
    <td valign="top">Sets the style of the left 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-left_width.asp">border-left-width</a></td>
    <td valign="top">Sets the width of the left border</td>
    <td valign="top">thin<br />
      medium<br />
      thick<br />
      <i>length</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-right.asp">border-right</a></td>
    <td valign="top">A shorthand property for setting all of the properties for the right
      border in one declaration</td>
    <td valign="top"><i>border-right-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-right_color.asp">border-right-color</a></td>
    <td valign="top">Sets the color of the right 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-right_style.asp">border-right-style</a></td>
    <td valign="top">Sets the style of the right 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-right_width.asp">border-right-width</a></td>
    <td valign="top">Sets the width of the right border</td>
    <td valign="top">thin<br />
      medium<br />
      thick<br />
      <i>length</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-style.asp">border-style</a></td>
    <td valign="top">Sets the style of the four borders, can have from one to four styles</td>
    <td valign="top">none<br />
      hidden<br />
      dotted<br />
      dashed<br />
      solid<br />
      double<br />
      groove<br />
      ridge<br />
      inset<br />
      outset</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-top.asp">border-top</a></td>
    <td valign="top">A shorthand property for setting all of the properties for the top border in one declaration</td>
    <td valign="top"><i>border-top-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-top_color.asp">border-top-color</a></td>
    <td valign="top">Sets the color of the top 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-top_style.asp">border-top-style</a></td>
    <td valign="top">Sets the style of the top 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-top_width.asp">border-top-width</a></td>
    <td valign="top">Sets the width of the top border</td>
    <td valign="top">thin<br />
      medium<br />
      thick<br />
      <i>length</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-width.asp">border-width</a></td>
    <td valign="top">A shorthand property for setting the width of the
      four borders in one declaration, can have from one to four values</td>
    <td valign="top">thin<br />
      medium<br />
      thick<br />
      <i>length</i></td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">4</td>
    <td valign="top">1</td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -