标签: html css
我在html中有一个下载文件的链接。
<a href=".../file.html">A3. Professionalism and Public Relations</a>
在我的css文件中,我指定了这个:
a:hover, a:visited{ color: orange; }
当我悬停时,链接变为橙色,但是当我点击它时,它会保持默认颜色。我知道我的CSS适用于非下载链接。我该怎么办下载链接?