我的亿家

首页 » 我的亿家程序 » JS程序 » Scrollbar Color Properties
mynet - 2008-5-3 13:04:00
<HTML>
<HEAD>
  <STYLE>
    .TA {scrollbar-3dlight-color:lightsalmon;
          scrollbar-arrow-color:darksalmon;
          scrollbar-base-color:;
          scrollbar-darkshadow-color:;
          scrollbar-face-color:orange;
          scrollbar-highlight-color:;
          scrollbar-shadow-color:}
  </STYLE>
</HEAD>
<BODY>
  <TEXTAREA cols=30 rows=5 wrap=off CLASS="TA">This is text inside a TEXTAREA element.
You can change the color of the scrollbars for this element with the controls below.
This is text inside a TEXTAREA element.
You can change the color of the scrollbars for this element with the controls below.
This is text inside a TEXTAREA element.
You can change the color of the scrollbars for this element with the controls below.
This is text inside a TEXTAREA element.
You can change the color of the scrollbars for this element with the controls below.
This is text inside a TEXTAREA element.
You can change the color of the scrollbars for this element with the controls below.</TEXTAREA>
</BODY>
</HTML>
1
查看完整版本: Scrollbar Color Properties