CSS 如何去文字下划线,求高手解答 35
html代码:<divid="login"><h2>网站登入<imgsrc="img/s1.gif"alt=""class="close"></h2><divclass=...
html代码:
<div id="login">
<h2>网站登入<img src="img/s1.gif" alt="" class="close"></h2>
<div class="user"> 帐 号:<input type="text" name="user" class="text"/></div>
<div class="pass"> 密 码:<input type="passwordt" name="pass" class="text"/>gfdggfdgfdgfdgfd</div>
<div class="button"> <input type="button" name="submit" value=""/></div>
</div>
CSS代码:
#login{
width:350px;
height:250px;
border:1px solid #ccc;
}
#login h2{
text-decoration:none;
height:40px;
text-align:center;
font-size:14px;
font-weight:0;
letter-spacing:1px;
color:#666;
background:url(img/gf.gif) repeat-x;
padding:0;
margin:0 0 20px 0;
border:1px solid #ccc;
line-height:40px;
}
#login h2 img{
float:right;
position:relative;
top:14px;
right:8px;
cursor:pointer;
}
#login div.user,#login div.pass{
text-decoration:none;
font-size:14px;
color:#666;
padding:5px 0;
text-align:center;
}
#login input.text{
width:200px;
height:25px;
border:1px solid #ccc;
font-size:14px;
} 展开
<div id="login">
<h2>网站登入<img src="img/s1.gif" alt="" class="close"></h2>
<div class="user"> 帐 号:<input type="text" name="user" class="text"/></div>
<div class="pass"> 密 码:<input type="passwordt" name="pass" class="text"/>gfdggfdgfdgfdgfd</div>
<div class="button"> <input type="button" name="submit" value=""/></div>
</div>
CSS代码:
#login{
width:350px;
height:250px;
border:1px solid #ccc;
}
#login h2{
text-decoration:none;
height:40px;
text-align:center;
font-size:14px;
font-weight:0;
letter-spacing:1px;
color:#666;
background:url(img/gf.gif) repeat-x;
padding:0;
margin:0 0 20px 0;
border:1px solid #ccc;
line-height:40px;
}
#login h2 img{
float:right;
position:relative;
top:14px;
right:8px;
cursor:pointer;
}
#login div.user,#login div.pass{
text-decoration:none;
font-size:14px;
color:#666;
padding:5px 0;
text-align:center;
}
#login input.text{
width:200px;
height:25px;
border:1px solid #ccc;
font-size:14px;
} 展开
3个回答
展开全部
标签选择器 a {
text-decoration:none;
}
我记得是这个
text-decoration:none;
}
我记得是这个
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我这边测试没有看到下划线。建议刷新删除缓存后再看看。
追问
还是有,而且点击文字,地址栏会多三个#,可我没设链接啊
追答
右键查看源文件,截图发过来看看 。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询