阅读:3440回复:5
[已解决]如何关闭超链接的下划线。
有些网站页面链接始终显示着下划线非常影响浏览,而设置里找不到去除的功能,请问是否有办法去除?
|
|
1楼#
发布于:2008-05-07 08:11
dangerboy_dx:.white:link { 是这个吧 a:hover { text-decoration: none !important; } |
|
|
2楼#
发布于:2008-05-07 08:11
.white:link {
color: #FFFFFF; text-decoration: none;} 添加到usercontent,去除鼠标划过时那个下划线 |
|
|
3楼#
发布于:2008-05-07 08:11
谢谢两位。
问题解决。 |
|
4楼#
发布于:2008-05-07 08:11
{
.writeup_text:not(:hover) a { color: inherit !important; cursor: inherit !important; text-decoration: none !important; } } |
|
5楼#
发布于:2008-05-07 08:11
设置里有,在“内容”的“颜色”里去掉“链接下划线”选项,确定后就可。
|
|