当前位置: 首页 > 图文教程 > 网络编程 > Javascript > 滚动条代码生成器

Javascript
javascript 短路法代码精简
JavaScript 字符串乘法
JQUERY 浏览器判断实现函数
精通Javascript+jQuery 视频教程 在线观看
用Javascript数组处理多个字符串的连接问题
javascript 数组排序函数
IE下通过JS控制剪贴板的代码
JS获取父节点方法
IE 下的只读 innerHTML
javascript 自定义常用方法
javascript 自定义事件初探
javascript arguments 传递给函数的隐含参数
javascript 面向对象编程基础:封装
javascript 面向对象编程基础:继承
javascript 面向对象编程基础 多态
自己的js工具_Form 封装
自己的js工具 Cookie 封装
自己的js工具 Event封装
获取HTML DOM节点元素的方法的总结
ext checkboxgroup 回填数据解决

Javascript 中的 滚动条代码生成器


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-12   浏览: 282 ::
收藏到网摘: n/a

点击运行可以看到效果:
scrollbar-3dlight-color
scrollbar-arrow-color
scrollbar-base-color
scrollbar-darkshadow-color
scrollbar-face-color
scrollbar-highlight-color
scrollbar-shadow-color

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>

[Ctrl+A 全选 提示:你可先修改部分代码,再按运行]

评论 (0) All

登陆 还没注册?