Heim > Artikel > Web-Frontend > 怎么去掉这该死的下划线?_html/css_WEB-ITnose
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style type="text/css"><!--.catname{background: url(../images/bg_title.gif) no-repeat -14px 0; color:#fff; padding:5px; margin:0 10px 0 0; font:bold 13px/22px SimSun;}#hotcity{font-size:14px;margin:1px 0 0 0;}#hotcity a{margin:0 5px; text-decoration:underline;}#hotcity a span{text-decoration:none; font-size:x-small;}--></style></head><body><div id="hotcity"><span class="catname">热门城市</span><a href="#">伦敦</a><a href="#">曼彻斯特</a><a href="#">伯明翰</a><a href="#">利兹</a><a href="#">诺丁汉</a><a href="#">卡迪夫</a><a href="#">考文垂</a><a href="#">爱丁堡</a><a href="#">斯旺西</a><a href="#">莱斯特</a><a href="#">纽卡斯尔</a><a href="#">谢菲尔德</a><a href="#">牛津</a><a href="#">剑桥</a><a href="#">南安普顿</a><a href="#">利物浦</a><a href="#">拉夫堡</a><a href="#">全部<span> ?</span></a></div></body></html>
#hotcity a span{text-decoration:underline; font-size:x-small;}
全部?
你把?放在超链接里面它当然有下划线啦
全部 ?
这样就可以了
#hotcity a{margin:0 5px; text-decoration:underline; text-decoration:none;}
#hotcity a span{text-decoration:none; font-size:x-small; text-decoration:none;}
这样就可以了
#hotcity a{margin:0 5px; text-decoration:underline; text-decoration:none;}
#hotcity a span{text-decoration:none; font-size:x-small; text-decoration:none;}
为什么要把 ?写到里呢? 这个东西完全可以放到外面去的呀
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
修改编辑样式就可以了
赞同用text-decoration:none
你把它放在链接外面试试看
a:link { text-decoration: none;color: blue}加上这个
a:link { text-decoration: none;color: blue}加上这个
a:link { text-decoration: none;color: blue}加上这个
加在
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
a:hover{
text-decoration:none
}
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
text-decoration属性,这个很常用的一定要记住啊
text-decoration:none;去看看CSS手册吧
各位老大, 我已经加了text-decoration:none; 好不好? 而且我需要 ? 可以点击
所以,劝我不要放里面的人就算了, 重复说text-decoration没有看清我的代码.
请教对CSS有深层次理解的人, 为什么我已经定义了#hotcity a span 却没有执行,因为按照先后原则来说不应该这个更靠近目标元素吗?
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
这样也许就可以
各位老大, 我已经加了text-decoration:none; 好不好? 而且我需要 ? 可以点击
所以,劝我不要放里面的人就算了, 重复说text-decoration没有看清我的代码.
请教对CSS有深层次理解的人, 为什么我已经定义了#hotcity a span 却没有执行,因为按照先后原则来说不应该这个更靠近目标元素吗?
自己不懂还要装深沉,你加到span上面有个屁用,下划线是a标签的,又不是span的
自己不懂还要装深沉,你加到span上面有个屁用,下划线是a标签的,又不是span的
下划线是a标签的?
<span style="text-decoration:underline;">fdsafjkds</span>
text-decoration:none
css
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
这位大哥,有必要那么大火么?
你直接把 这个去掉就可以了.
text-decoration:none
text-decoration: none;
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
text-decoration:none