博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CSS美化超链接
阅读量:5910 次
发布时间:2019-06-19

本文共 1589 字,大约阅读时间需要 5 分钟。

hot3.png

1、普通样式 

.link2:link {  /*初始样式*/	color: #376d06;	text-decoration: underline;}.link2:hover {   /*鼠标悬浮时*/	color: #03F;	text-decoration: none;	margin-top: 1px;	margin-left: 1px;}.link2:active { /*点击中*/	color: #333;	text-decoration: none;	margin-top: 1px;	margin-left: 1px;}.link2:visited {  /*点击后*/	color: #606;	text-decoration: overline;}

2、按钮式超链接

@charset "utf-8";/* CSS Document */* {	margin: 0px;	padding: 0px;	border: 0px;}body {	font-family: 微软雅黑;	font-size: 12px;	color: #FFF;	line-height: 20px;	background-image: url(../images/6701.png);	background-repeat: repeat-x;	background-position: left -100px;}#box {	width: 100%;	height: 900px;	background-image: url(../images/6702.jpg);	background-repeat: no-repeat;	background-position: center -100px;	margin: 0px auto;	padding-top: 30px;}#menu {	width: 900px;	height: 30px;	margin: 0px auto;}#menu li {	list-style-type: none;	float: left;}#menu li a {	width: 130px;	height: 25px;	line-height: 25px;		color: #FFF;	text-align: center;	margin-left: 4px;	margin-right: 4px;	float: left;}#menu li a:link,#menu li a:visited{	border: solid 1px #0099FF;	background-color: #FFF;	color: #4287ca;	text-decoration: none;	filter: Alpha(Opacity=90);}#menu li a:hover {	border: solid 1px #F90;	background-color: #39F;	color:#FFF;	text-decoration: none;	filter: Alpha(Opacity=90);}

HTML:

制作按钮式超链接

效果:

231244_o1Gr_2391658.png

 

转载于:https://my.oschina.net/u/2391658/blog/928008

你可能感兴趣的文章
oracle--数据库
查看>>
kafka 监控之Mx4jLoader
查看>>
wireshark windows 编译
查看>>
XBImageFilters
查看>>
chpter11~函数和函数式编程
查看>>
Hadoop之HDFS的常用命令
查看>>
分布式系统架构解决方案之Dubbo(三)--Dubbo管理端 和 Dubbo综合案例
查看>>
The function getUserId must be used with...解决办法
查看>>
Class yii\base\View
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
使用Unirest发送Json的格式数据
查看>>
亚洲诚信&华为云 | 双11钜惠提前来袭,错过等一年!
查看>>
目前所学的关键字整理
查看>>
我的友情链接
查看>>
Eclipse常用配置
查看>>
linux修改IP和DNS
查看>>
我的友情链接
查看>>
WordPress新增Page的模版文件
查看>>
WP移动设备压缩与解压控件Xceed Zip for .NET Compact Framework控件下载及详细介绍使用方法...
查看>>