#12001/3/4 12:04:17
我用DW4外部链接式方式调用CSS文件(在HTML中是),两次CSS文件my111.css内容是不同的,分别是:
a:link { color: #00FF00; text-decoration: none a:visited { color: #00FF00; text-decoration: none a:active { color: #FFFF00; text-decoration: none a:hover { color: #FFFF00; text-decoration: none
和
a:active { color: #FFFF00; text-decoration: none a:hover { color: #FFFF00; text-decoration: nonea:link { color: #00FF00; text-decoration: none a:visited { color: #00FF00; text-decoration
(只是顺序不同。)
我要达到的目的是:无下划线、链接、鼠标移上的链接是黄色,普通和访问过的链接绿色,第一个顺序成功,第二个顺序失败。哪位兄台能告诉我这是为什么?这有什么区别?