动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
电脑书籍下载:程序设计书籍 | 数据库教程书籍 | 平面与多媒体书籍 | 网络通讯书籍 | 系统管理书籍 | 网络安全书籍 | 认证考试书籍
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网页制作 > 网页特效
网页制作:Dreamweaver教程,FrontPages教程,Javascript教程,HTML教程,CSS教程,心得技巧,DHTML教程,网页特效,Discuz!论坛
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ 网页特效 ]的信息



本月文章推荐
.网页制作中常用的几个简单的选项.
.隐藏层的打开和关闭来实现导航.
.普通的计算器,只有加减乘除运算.
.用快捷键使光标快速停留在某个输.
.又一页面转向的进度条代码.
.在页面中直接出现的另存页面的按.
.字符颜色显示变化(动画效果啊).
.网页中某一区域的颜色变化.
.弹性效果的运动图片,网页特效.
.在Rodio里选上什么颜色,背景即随.
.非常简单的一个测试HTML代码的一.
.对访问的页面要指定的页面进入才.
.又一种简单的图片幻灯片特效.
.效果不错的图片切换特效,太平洋.
.永远居中的背景图片[修改图片名称.
.打开页面后,随便按某个键,页面.
.对链接的说明文字放在状态栏上显.
.对左右分帧页面,此程序可以用一.
.嵌入的IFRAME页在页面中实现自动.
.向上飘动的云的特效.

CSS打造多彩文字链接

发表日期:2007-12-19 |


<html>
<head>
<title>CSS打造多彩文字链接</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
td {
 font-size : 12px;
 font-family : 宋体;
}
a {   font-family: "宋体";
 font-size: 9pt; text-decoration: none}
.t1{
 color: #CC0000;text-decoration: underline
}
.t2{
 text-decoration : none;
 color:#006699;
}

.t3 {  color: #006600; text-decoration: underline overline}
.t4 {  color: #0066FF; text-decoration: line-through}
.t5 {  border: 1px #FF0000 solid; height: 20px; color: #000099}
.t6 {  border: #FF0000 solid; height: 0px; color: #0066FF; border-width: 0px 0px 1px}
.t7 {  border: #FF0000 solid; height: 0px; color: #0066FF; border-width: 0px 0px 1px; padding-bottom: 5px}
.t8 {  border: #FF0000 solid; height: 0px; color: #0066FF; border-width: 0px 0px 1px;  width: 200px; text-align: center}
.t9 {  border: #FF0000 double; height: 0px; color: #0066FF; border-width: 0px 0px 3px}
.t10 {  border: 1px #FFFF00 solid; color: #FFFF00; clip:  height; background-color: #990000; height: 20px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; width: 130px: 0px}
.t11 { PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; background-color:#D9DEE8; height: 25px; width: 150px; text-align: center; ; border: #D9DEE8; border-style: outset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
.t12{
 text-decoration : none;
 color:#006699;
; height: 25px; width: 130px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px
; border: 1px #0000CC solid
; filter: Blur(Add=1, Direction=45, Strength=2)
; text-align: center
}
.t13 {  color: #FFFF00; text-decoration: none; height: 25px; width: 120px; font-family: "宋体"; font-size: 12px; background-image: url(bk3.gif); padding-top: 6px; padding-left: 5px; text-align: center}
.t13:hover {  color: #FFFFFF; text-decoration: none; background-image: url(bk4.gif); height: 25px; width: 120px; padding-top: 6px; padding-left: 5px; text-align: center}
.t14 {  color: #FFFF00; text-decoration: none; height: 25px; width: 120px; font-family: "宋体"; font-size: 12px; background-image: url(bk1.gif); padding-top: 5px; padding-left: 5px}
.t14:hover {  color: #000000; text-decoration: none; background-image: url(bk2.gif); height: 25px; width: 120px; padding-top: 5px; padding-left: 5px}


.t1:hover{
 color: #0000FF;text-decoration: underline
}
.t2:hover{
 text-decoration : underline;
 color:#339900;
}

.t3:hover {  color: #9900CC; text-decoration: none}
.t4:hover {  color: #FF0099; text-decoration: none}
.t5:hover {  border: 1px #0000FF solid; height: 20px; color: #CCCC00}
.t6:hover {  border: solid; height: 0px; color: #0066FF; border-width: 0px 0px 1px; border-color: #00FF00 #00FF00 #00FF33 #00FF33}
.t7:hover {  border: #FF0000 solid; height: 0px; color: #990000; border-width: 0px 0px 1px; padding-bottom: 2px}
.t8:hover {  border: #FF0000 solid; height: 0px; color: #336600; border-width: 0px 0px 1px;  width: 170px; text-align: center}
.t9:hover {  border: #FF0000 double; height: 0px; color: #0066FF; border-width: 0px 0px 5px}
.t10:hover {  border: 1px #0000FF solid; color: #333333; clip:  height; background-color: #C8D8F0; height: 20px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; width: 130px: 0px}
.t11:hover { BORDER-RIGHT: #99CCFF 1px outset; PADDING-RIGHT: 2px; BORDER-TOP: #99CCFF 1px outset; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: #99CCFF 1px outset; PADDING-TOP: 2px; BORDER-BOTTOM: #99CCFF 1px outset;background-color:#C8D8F0; height: 25px; width: 150px; text-align: center; }
.t12:hover{
 text-decoration : none;
 color:#006699;
; height: 25px; width: 130px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px
; border: 1px #0000CC solid
; filter: Blur(Add=1, Direction=45, Strength=1)
; text-align: center
}
.txt10 {  line-height: 15px}

</style>
<script language="JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>

<body bgcolor="#EBEAF4" text="#000000" onLoad="MM_preloadImages('bk4.gif','bk3.gif','bk2.gif','bk1.gif')">
<table width="300" border="0" cellspacing="1" cellpadding="5" align="center" bgcolor="#CCCCCC">
  <tr bgcolor="#FFFFFF" align="center">
    <td colspan="2" class="txt10">CSS打造多彩文字链接</td>
  </tr>
  <tr bgcolor="#CCCCCC">
    <td>一、</td>
    <td>初级链接样式</td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>1、</td>
    <td><a href="#" class="t1">普通链接</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>2、</td>
    <td><a href="#" class="t2">无下划线链接</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>3、</td>
    <td><a href="#" class="t3">双划线链接</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>4、</td>
    <td><a href="#" class="t4">删除线链接</a></td>
  </tr>
  <tr bgcolor="#CCCCCC">
    <td>二、</td>
    <td>进阶链接样式风格</td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>1、</td>
    <td><a href="#" class="t5">另类下划线的原理</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>2、</td>
    <td><a href="#" class="t6">定制下划线色彩</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>3、 </td>
    <td><a href="#" class="t7">定制下划线距离</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>4、 </td>
    <td><a href="#" class="t8">定制下划线长度和对齐方式</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>5、 </td>
    <td><a href="#" class="t9">定制双下划线</a></td>
  </tr>
  <tr bgcolor="#CCCCCC">
    <td>三、</td>
    <td>高级链接样式风格</td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>1、</td>
    <td><a href="#" class="t10">定义块状链接</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>2、</td>
    <td><a href="#" class="t11">定义按钮风格的链接</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>3、</td>
    <td><a href="#" class="t12">定义特效链接</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>4、</td>
    <td><a href="#" class="t13">静态背景切换链接</a></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>5、</td>
    <td><a href="#" class="t14">动态背景切换链接</a></td>
  </tr>
  <tr bgcolor="#FFFFFF" align="right">
    <td colspan="2"><a href="http://www.knowsky.com">网页教学网</a>改编</td>
  </tr>
</table>
<p class="t2">&nbsp;</p>
</body>
</html>


上一篇:超COOL的LIST样式 人气:395
下一篇:用css实现孤形表格效果特效代码 人气:480
浏览全部CSS的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-7-6 飞天论坛FTBBS ASP v6.3 Build 0
2008-7-6 飞天论坛FTBBS ASP v6.3 Build 0
2008-7-6 飞天论坛FTBBS ASP v6.8 Build 0
2008-7-6 讯息内容管理系统 v2.1
2008-7-6 三五电影程序 v2.0
2008-7-6 神鹰腾讯小说小偷 v3.0
2008-7-6 EasyIDE Framework v1.0 Build 2
2008-7-6 品告CMS系统(电影版) v0.9
2008-7-6 QQ自动登录器 C# 源码 v1.0
2008-7-5 AgileMessenger即时通讯工具 v1.
2008-7-5 GoodCalculator2.0版固件计算器
2008-7-5 RepoName源地址搜索工具 v1.21b
2008-7-5 AgileMessenger即时通讯工具 v1.
2008-7-5 TouchCopy多媒体管理软件 v3.13完
2008-7-5 VideosTone视频铃声 v1.1汉化破解
2008-7-5 TouchPad触摸板 v4.44破解版
2008-7-5 VideosTone破解补丁 v1.0
2008-7-5 Feeds GoogleReader客户端 v0.4.3


  发表评论
姓 名: 验证码:
内 容:
[ 汉字翻译拼音 ] [ 广告代码 ] [ 符号对照表 ] [ 进制转换 ] [ 经典小工具 ] [ 个税计算 ] [ 汉字简繁转换 ] [ 普通单位换算 ] [ 公制单位换算 ]
[ 生辰老黄历 ] [ 国内电话区号 ] [ 国家代码与域名缩写 ] [ 文字加密解密 ] [ 健康查询 ] [ 万年历 ] [ 手机号码查询 ] [ ip搜索 ] [ Google PR查询 ]
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号
ホームページ制作 不動産検索システム 求人情報