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

WEB设计综合
连接基础
HTML基础
CSS 基础
添加背景音乐
HTML中的脚本标签
水平线样式
CSS基础以及CSS代码
自定义404错误页
链接至外部样式表
文本和颜色
表格详述
图像详述
优化CSS样式表代码
CSS元素div ul dl dt ol简释
CSS元素的class与ID命名常用关键字
DIV布局SEO的影响
CSS中的相对定位与绝对定位
CSS选择符
CSS特殊选择符伪类的应用技巧
常用的CSS知识

WEB设计综合 中的 链接效果


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

登陆 | 还没注册?