如何在CSS里定义2个不同的超级连接样式?
展开全部
这个问题可以参考我之前的帖子
新建css文件
里面写入如下内容:
.aaa:link { text-decoration: none ;color:#006666;}
.aaa:active { text-decoration: none ; font-size:13px}
.aaa:visited { text-decoration: none }
.aaa:hover {text-decoration: underline;}
.bbb:link { text-decoration: none ;color:#006666;}
.bbb:active { text-decoration: none ; font-size:20px}
.bbb:visited { text-decoration: none ; color;#335544}
.bbb:hover {text-decoration: underline overline;}
保存为"mycss.css"
打开要用的html文件
在标签下写上这句(例如:可以在</title>后面写)
<link href="mycss.css" rel="stylesheet" type="text/css">
下面加入要做个超级链接<body>标签之间加
<a class="aaa">链接a</a>
<a class="bbb">链接b</a>
新建css文件
里面写入如下内容:
.aaa:link { text-decoration: none ;color:#006666;}
.aaa:active { text-decoration: none ; font-size:13px}
.aaa:visited { text-decoration: none }
.aaa:hover {text-decoration: underline;}
.bbb:link { text-decoration: none ;color:#006666;}
.bbb:active { text-decoration: none ; font-size:20px}
.bbb:visited { text-decoration: none ; color;#335544}
.bbb:hover {text-decoration: underline overline;}
保存为"mycss.css"
打开要用的html文件
在标签下写上这句(例如:可以在</title>后面写)
<link href="mycss.css" rel="stylesheet" type="text/css">
下面加入要做个超级链接<body>标签之间加
<a class="aaa">链接a</a>
<a class="bbb">链接b</a>
参考资料: http://zhidao.baidu.com/question/15477904.html
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
CSS里边可以定义很多种样式,但是你的给他们分开取名,然后引用时你用那个就写那个名,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询