首页 养生问答 疾病百科 养生资讯 女性养生 男性养生

dreamweaver中怎么设置点击链接文字时下划线消失

发布网友 发布时间:2022-04-22 06:29

我来回答

1个回答

热心网友 时间:2024-01-26 10:26

这个用样式表直接控制就行了
如下:
a:link
{font-size:
12px;
text-decoration:
underline;
color:blue;}
设置对象在未被访问前的样式带下划线,字体、链接颜色
a:hover
{font-size:
12px;
text-decoration:
underline;
color:blue;}
设置对象在其鼠标悬停时的样式时带下划线,字体、链接颜色
a:active
{font-size:
12px;
text-decoration:
none;
color:blue;}设置对象在被用户激活(在鼠标点击与释放之间发生的事件)时的样式,鼠标点击时不带下划线
a:visited
{font-size:
12px;
text-decoration:
underline;
color:
blue;
设置对象在其链接地址已被访问过时的样式,鼠标点击之后带下划线
您已经评价过!
好:0
您已经评价过!
不好:2
您已经评价过!
原创:0
您已经评价过!
非原创:1
initEvaluateAnswer(342662294,false);
var
ac_evaluationParam
=
'0';
var
ac_evaluationQid
=
'97665845';
Jennifer
2008-09-25
22:27
var
answerStatisticsOrig
=
0;
var
isEltieAnsStatistics
=
false;
var
statisticsUrl
=
"/stqb/count.php?type=1&orig="+answerStatisticsOrig+"&elite="+isEltieAnsStatistics;
Zhishi.Ajax.sendRequest('GET',statisticsUrl,{
onSuccess:function(txt){}
});
满意答案
好评率:100%
在你的<head>与</head>中加上<style>a{text-decoration:underline;}a:hover{text-decoration:none;}</style>
就可以了
这是页面上超链接的状态
没任何操作的时候超链接有下划线
当鼠标移到超链接上就没下划线了
你说的那百度其实不是超链接的范围了当你点击后已经是另一个页面了
而且当前页面的那类文字上没超链接
不信你点下
百度的MP3
再看MP3就不是超链接了

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com