鼠标放上去超链接的文字逐个加色效果

所属分类: 脚本专栏 / htc 阅读数: 792
收藏 0 赞 0 分享
link.htc
复制代码 代码如下:

<public:component>
<public:attach event="onmouseover" onevent="domouseover()">
<public:attach event="onmouseout" onevent="domouseout()">
<script language="javascript">
function domouseover(){
with(element)
{filters.item(0).Apply();filters.item(0).Play();}}
function domouseout(){
with(element){
filters.item(0).Apply();
filters.item(0).Play();}}
</script>
</public:component>

css文件中的调用方法
复制代码 代码如下:

A {
    FILTER: progid:dximagetransform.microsoft.gradientwipe(duration=1); BEHAVIOR: url(jcss/link.htc); HEIGHT: 1px; TEXT-DECORATION: none
}
更多精彩内容其他人还在看

无间断滚动效果 htc

无间断滚动效果 htc
收藏 0 赞 0 分享

*.HTC 文件的简单介绍

这篇文章主要介绍了*.HTC 文件的简单介绍
收藏 0 赞 0 分享

HTC教程

HTC教程
收藏 0 赞 0 分享

HTC基础知识

HTC基础知识
收藏 0 赞 0 分享

Web上功能强大的DbGrid表格HTC组件[只需在Table中指定样式就可以完成多种功能可扩展]

Web上功能强大的DbGrid表格HTC组件[只需在Table中指定样式就可以完成多种功能可扩展]
收藏 0 赞 0 分享

锁定行头和列头的表格组件

锁定行头和列头的表格组件
收藏 0 赞 0 分享

用htc实现CHECKBOX控件

用htc实现CHECKBOX控件
收藏 0 赞 0 分享

用htc实现验证模块

用htc实现验证模块
收藏 0 赞 0 分享

用htc实现进度条控件

用htc实现进度条控件
收藏 0 赞 0 分享

HTML Component(HTC) 小应用

HTML Component(HTC) 小应用
收藏 0 赞 0 分享
查看更多