P { margin-top: .6em;
margin-bottom: .6em;
}
BODY { margin-left: 0pt;
margin-top: 0pt;
font-size: 80%;
font-family: Verdana, Arial, Helvetica, MS Sans Serif;
}
H1 { font-size: 145%;
margin-top: 1.35em;
margin-bottom: .5em;
}
PRE { font-family: Courier New;
font-size: 130%;
background: #EEEEEE;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0pt;
padding-top: 5pt;
padding-bottom: 5pt;
padding-left: 5pt;
padding-right: 5pt;
}
TABLE { font-size: 100%; }
TR { vertical-align: top; }
TD { margin: 3pt; }
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.
scrollbar-3dlight-color
none
aqua
blue
chartreuse
darksalmon
fuchsia
gold
hotpink
khaki
lightsalmon
magenta
orange
palegreen
teal
tomato
yellow
scrollbar-arrow-color
none
aqua
blue
chartreuse
darksalmon
fuchsia
gold
hotpink
khaki
lightsalmon
magenta
orange
palegreen
teal
tomato
yellow
scrollbar-base-color
none
aqua
blue
chartreuse
darksalmon
fuchsia
gold
hotpink
khaki
lightsalmon
magenta
orange
palegreen
teal
tomato
yellow
scrollbar-darkshadow-color
none
aqua
blue
chartreuse
darksalmon
fuchsia
gold
hotpink
khaki
lightsalmon
magenta
orange
palegreen
teal
tomato
yellow
scrollbar-face-color
none
aqua
blue
chartreuse
darksalmon
fuchsia
gold
hotpink
khaki
lightsalmon
magenta
orange
palegreen
teal
tomato
yellow
scrollbar-highlight-color
none
aqua
blue
chartreuse
darksalmon
fuchsia
gold
hotpink
khaki
lightsalmon
magenta
orange
palegreen
teal
tomato
yellow
scrollbar-shadow-color
none
aqua
blue
chartreuse
darksalmon
fuchsia
gold
hotpink
khaki
lightsalmon
magenta
orange
palegreen
teal
tomato
yellow
Scrollbar Color Properties
Modify the text using the controls on the lower left portion of this window. The code used to generate the text is shown in the area below.
<HTML>
<HEAD>
<STYLE>
.TA {scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-base-color:;
scrollbar-darkshadow-color:;
scrollbar-face-color:;
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>
Copy Code to Clipboard
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
推荐阅读
在一个form用一个SUBMIT(或button)分别提交到两个处理表单页面的代码
复制代码 代码如下:<form onsubmit="aa(this);"> <input type="text" name="" value="test" /><input type="submit" value="提交" /> </form> <iframe src="" name="fA" frameborder="1" scrolling="no"></iframe>>>>详细阅读
本文标题:滚动条代码生成器
地址:http://www.17bianji.com/kaifa2/JS/30925.html
1/2 1