滚动条代码生成器 时间:2020-05-11 人气:0 <script LANGUAGE="JScript"> function copy2Clipboard() { // Copies currently displayed code to user's clipboard taCode.innerText = code.innerText; textRange = taCode.createTextRange(); textRange.execCommand("RemoveFormat"); textRange.execCommand("Copy"); } --> </script> <script LANGUAGE="VBSCRIPT"> </script> 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需刷新才能执行] 加载全部内容