访问的链接颜色不显示 [英] visited link colour doesn't show

查看:71
本文介绍了访问的链接颜色不显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好!其实我在asp.net项目中使用了以下CSS,除了访问链接之外,其他一切工作正常.我有很多链接,但它们没有显示访问链接的颜色.怎么解决呢?是的,当我单击其他链接时,我希望上一个链接保留其以前的颜色.
任何帮助,将不胜感激.提前致谢!


Hello! Actually I am using the following css in my asp.net project.Everything is working fine except the visited link.I have a lots of link and they are not displaying the visited link color. how to resolve it? and yes when i click on some other link i want the previous link to retain it''s previous colour.
Any help would be appreciated. Thanks in advance!


a:link {color:#3333FF;}   

a:hover {color:#FF00FF;font-size:150%;text-decoration:underline;background:yellow;} 

a:active {color:YELLOW;} 

a:visited {color:red;}

推荐答案

为我工作.经过测试(以防万一,已经很明显出了点问题).也许您使用了一些奇怪的Web浏览器:-)

—SA
Works for me. Tested (just in case, it was already clear that something''s wrong). Perhaps you used some weird Web browser :-)

—SA


这篇关于访问的链接颜色不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆