滚动条代码生成器
时间:2022-07-27 11:17:25|栏目:JavaScript代码|点击: 次
scrollbar-3dlight-color | |
scrollbar-arrow-color | |
scrollbar-base-color | |
scrollbar-darkshadow-color | |
scrollbar-face-color | |
scrollbar-highlight-color | |
scrollbar-shadow-color |
Scrollbar Color PropertiesModify 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> |
[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]
栏 目:JavaScript代码
下一篇:react-router-dom v6 通过outlet实现keepAlive 功能的实现
本文标题:滚动条代码生成器
本文地址:http://www.codeinn.net/misctech/209079.html