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

Javascript
javascript radio 联动效果
兼容FireFox 的 js 日历 支持时间的获取
小型js框架veryide.librar源代码
js 颜色选择器(兼容firefox)
Iframe thickbox2.0使用的方法
JavaScript RegExp方法获取地址栏参数(面向对象)
javascript prototype 原型链
动态添加js事件实现代码
IE6、IE7、Firefox javascript 无提示关闭窗口的代码
JavaScript 事件属性绑定带参数的函数
InnerHtml和InnerText的区别分析
javascript radio值获取代码
用JavaScript编写COM组件的步骤
javascript 避免闭包引发的问题
js no-repeat写法 背景不重复
javascript 回车键后跳到下一控件
javascript IE7 浏览器本地图片预览
javascript attachEvent和addEventListener使用方法
JavaScript 脚本将当地时间转换成其它时区
javascript 装载iframe子页面,自适应高度

Javascript 中的 滚动条代码生成器


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-12   浏览: 360 ::
收藏到网摘: 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

登陆 还没注册?