简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

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

来源:易贤网   阅读:781 次  日期:2016-06-20 10:38:44

温馨提示:易贤网小编为您整理了“鼠标放上去超链接的文字逐个加色效果”,方便广大网友查阅!

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

}

更多信息请查看脚本栏目
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:js使用for循环与innerhtml获取选中tr下td值
下一篇:常用的jquery模板插件
易贤网手机网站地址:鼠标放上去超链接的文字逐个加色效果
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!