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

📄 dom_obj_style.asp

📁 W3Schools tutorial..web designing
💻 ASP
📖 第 1 页 / 共 4 页
字号:
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_overflow.asp">overflow</a></td>
    <td valign="top">Specifies what to do with content that 
does not fit in an element box</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_verticalalign.asp">verticalAlign</a></td>
    <td valign="top">Sets the vertical alignment of content in an element</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">No</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_visibility.asp">visibility</a></td>
    <td valign="top">Sets whether or not an element should be visible</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_width.asp">width</a></td>
    <td valign="top">Sets the width of an element</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  </table>

<h3><a name="list">List properties</a></h3>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th width="30%" valign="top" align="left">Property</th>
    <th width="50%" valign="top" align="left">Description</th>
    <th width="5%" valign="top" align="left">IE</th>
    <th width="4%" valign="top" align="left">F</th>
    <th width="4%" valign="top" align="left">O</th>
    <th width="7%" valign="top" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_liststyle.asp">listStyle</a></td>
    <td valign="top">Sets all the properties for a list in one</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_liststyleimage.asp">listStyleImage</a></td>
    <td valign="top">Sets an image as the 
    list-item marker</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">No</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_liststyleposition.asp">listStylePosition</a></td>
    <td valign="top">Positions the list-item marker</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_liststyletype.asp">listStyleType</a></td>
    <td valign="top">Sets the list-item marker type</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  </table>

<h3><a name="misc">Misc properties</a></h3>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th width="30%" valign="top" align="left">Property</th>
    <th width="50%" valign="top" align="left">Description</th>
    <th width="5%" valign="top" align="left">IE</th>
    <th width="4%" valign="top" align="left">F</th>
    <th width="4%" valign="top" align="left">O</th>
    <th width="7%" valign="top" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top">cssText</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">&nbsp;</td>
  </tr>
  </table>

<h3><a name="positioning">Positioning properties</a></h3>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th width="30%" valign="top" align="left">Property</th>
    <th width="50%" valign="top" align="left">Description</th>
    <th width="5%" valign="top" align="left">IE</th>
    <th width="4%" valign="top" align="left">F</th>
    <th width="4%" valign="top" align="left">O</th>
    <th width="7%" valign="top" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_bottom.asp">bottom</a></td>
    <td valign="top">Sets how far the bottom edge of an element is above/below 
	the bottom edge of the parent element</td>
    <td valign="top">5</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_left.asp">left</a></td>
    <td valign="top">Sets how far the left edge of an element is to the 
	right/left of the left edge of the parent element</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_position.asp">position</a></td>
    <td valign="top">Places an element in a static, relative, absolute or fixed 
	position</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_right.asp">right</a></td>
    <td valign="top">Sets how far the right edge of an element is to the 
	left/right of the right edge of the parent element</td>
    <td valign="top">5</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_top.asp">top</a></td>
    <td valign="top">Sets how far the top edge of an element is above/below the 
	top edge of the parent element</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_zindex.asp">zIndex</a></td>
    <td valign="top">Sets the stack order of an element</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
</table>

<h3><a name="printing">Printing properties</a></h3>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th width="30%" valign="top" align="left">Property</th>
    <th width="50%" valign="top" align="left">Description</th>
    <th width="5%" valign="top" align="left">IE</th>
    <th width="4%" valign="top" align="left">F</th>
    <th width="4%" valign="top" align="left">O</th>
    <th width="7%" valign="top" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top">orphans</td>
    <td valign="top">Sets the minimum number of lines for a paragraph that must be left at the bottom of a page</td>
    <td valign="top">5M</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top">page</td>
    <td valign="top">Sets a page type to use when displaying an element</td>
    <td valign="top">5M</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_pagebreakafter.asp">pageBreakAfter</a></td>
    <td valign="top">Sets the page-breaking behavior after an element</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_pagebreakbefore.asp">pageBreakBefore</a></td>
    <td valign="top">Sets the page-breaking behavior before an element</td>
    <td valign="top">4</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_pagebreakinside.asp">pageBreakInside</a></td>
    <td valign="top">Sets the page-breaking behavior inside an element</td>
    <td valign="top">5M</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top">size</td>
    <td valign="top">Sets the orientation and size of a page</td>
    <td valign="top">&nbsp;</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top">widows</td>
    <td valign="top">Sets the minimum number of lines for a paragraph that must be left at the
      top of a page</td>
    <td valign="top">5M</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  </table>

<h3><a name="scrollbar">Scrollbar properties</a> (IE-only)</h3>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th width="30%" valign="top" align="left">Property</th>
    <th width="50%" valign="top" align="left">Description</th>
    <th width="5%" valign="top" align="left">IE</th>
    <th width="4%" valign="top" align="left">F</th>
    <th width="4%" valign="top" align="left">O</th>
    <th width="7%" valign="top" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_scrollbar3dlightcolor.asp">scrollbar3dLightColor</a></td>
    <td valign="top">Sets the color of the left and top sides of the arrows 
	and scroll boxes</td>
    <td valign="top">5W</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_scrollbararrowcolor.asp">scrollbarArrowColor</a></td>
    <td valign="top">Sets the color of the arrows on a scroll bar</td>
    <td valign="top">5W</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_scrollbarbasecolor.asp">scrollbarBaseColor</a></td>
    <td valign="top">Sets the base color of the scroll bar</td>
    <td valign="top">5W</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_scrollbardarkshadowcolor.asp">scrollbarDarkShadowColor</a></td>
    <td valign="top">Sets the color of the right and bottom sides of the arrows and scroll boxes</td>
    <td valign="top">5W</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_scrollbarfacecolor.asp">scrollbarFaceColor</a></td>
    <td valign="top">Sets the front color of the scroll bar</td>
    <td valign="top">5W</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_scrollbarhighlightcolor.asp">scrollbarHighlightColor</a></td>
    <td valign="top">Sets the color of the left and top sides of the arrows 
	and scroll boxes, and the background of a scroll bar</td>
    <td valign="top">5W</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_scrollbarshadowcolor.asp">scrollbarShadowColor</a></td>
    <td valign="top">Sets the color of the right and bottom sides of the  
	arrows and scroll boxes</td>
    <td valign="top">5W</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_scrollbartrackcolor.asp">scrollbarTrackColor</a></td>
    <td valign="top">Sets the background color of a scroll bar</td>
    <td valign="top">5W</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
    <td valign="top">No</td>
  </tr>
  </table>

<h3><a name="table">Table properties</a></h3>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th width="30%" valign="top" align="left">Property</th>
    <th width="50%" valign="top" align="left">Description</th>
    <th width="5%" valign="top" align="left">IE</th>
    <th width="4%" valign="top" align="left">F</th>
    <th width="4%" valign="top" align="left">O</th>
    <th width="7%" valign="top" align="left">W3C</th>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_bordercollapse.asp">borderCollapse</a></td>
    <td valign="top">Sets whether the table border are collapsed into a single 
	border or detached as in standard HTML</td>
    <td valign="top">5</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_borderspacing.asp">borderSpacing</a></td>
    <td valign="top">Sets the distance that separates cell borders</td>
    <td valign="top">5M</td>
    <td valign="top">1</td>
    <td valign="top">9</td>
    <td valign="top">Yes</td>
  </tr>
  <tr>
    <td valign="top"><a href="prop_style_captionside.asp">captionSide</a></td>
    <td valign="top">Sets the position of the table caption</td>
    <td valign="top">5M</td>
    <td valign="top">No</td>
    <td valign="top">No</td>

⌨️ 快捷键说明

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