当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > 链接效果

WEB设计综合
CSS+Javascript实现表格背景变色
网页中小三角的做法与使用(CSS特效)
为不同的浏览器载入不同CSS的二种方法
CSS滑动门教程
CSS hack浏览器兼容一览表
捷足先登学用CSS
英文字符自动换行方法
XSL中实现循环
XHTML第1天:选择什么样的DOCTYPE
XHTML第2天:什么是命名空间
XHTML第3天:定义语言编码
XHTML第4天:调用样式表
XHTML第5天:head区的其他设置
XHTML第6天:XHTML代码规范
Xhtml第7天:css入门知识
Xhtml第8天:CSS布局入门技术
Xhtml第9天:第一个css布局实例
Xhtml第10天:div自适应高度
Xhtml第11天:如何制作不用表格的菜单
Xhtml第12天:校验及常见错误

WEB设计综合 中的 链接效果


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

Do you want links that have a cool pixel effect on mouseover? Copy the code below into the <head> of your document. You can change the colors to whatever you want.

你希望当鼠标经过链接时展现一个非常酷的链接效果吗?将下面的代码复制到文档的<head>标签中,你可以任意地改变鼠标经过链接的颜色。

<style>
<!--
A{color:#000000;text-decoration:none;cursor:default;
behavior:url(pixel.htc);
filter:progid:dximagetransform.microsoft.pixelate(duration=.4,
maxSquare=10, enabled=false); height: 0px; font-weight:bold }
A:link{color:#000000; text-decoration:none; font-weight:bold }
A:visited{color:#000000;text-decoration:none;font-weight:none;
font-weight:bold }
A:hover{ text-decoration: none; color:ff9900;cursor:default
font-weight:bold }
-->
</style>

评论 (0) All

登陆 | 还没注册?