分类: 校园文化类它山石可攻玉 |
<DIV> </DIV><STYLE
TYPE="text/css">
A { text-decoration: NONE; color: #51bfe0}
A:hover { color: #3399FF }
</STYLE>
2.增加链接的力度—即字体变大
<DIV> </DIV><STYLE
TYPE="text/css">
A { text-decoration: NONE; color: #51bfe0}
A:hover {font-weight: bold }
</STYLE>
3.触到链接是出现虚线
代码:
<DIV> </DIV><STYLE
TYPE="text/css">
A { text-decoration: NONE; color: #51bfe0}
A:hover {border-bottom:1px dashed #51bfe0 }
</STYLE>
4.会移动的链接
代码
<DIV> </DIV><STYLE
TYPE="text/css">
A { text-decoration: NONE; color: #51bfe0}
A:hover { position: relative; left:1px; top:1px; }
</STYLE>
5.给链接添加背景色
<DIV> </DIV><STYLE
TYPE="text/css">
A { text-decoration: NONE; color: #51bfe0}
A:hover { background-color: #CCFFFF;
}
</STYLE>
代码添加方法:
2,控制面板----定制我的首页----点添加模块----点选创建好的模块标题---勾上并保存,移动新建面板位置--保存设置。做第二步的目的是将建立好的模块在博客个人首页里呈现出来。或者直接把以上代码粘贴到以前你建立的模块中--找一个以前你建立的模块,并且现在正在使用这个模块,粘贴代码。点击保存即可!