Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Visited download links don't change color (but do in FireFox)

I have a mass amount of files to download listed on a Web page. When I click the link, the file downloads, but the link on my downloads page never changes colors to note that the link has been visited.


Is this a bug and is there a work around for my HTML page? Currently I'm using javascript to change link colors.

Posted on Jul 5, 2012 12:25 PM

Reply
4 replies

Jul 5, 2012 12:40 PM in response to Carolyn Samit

Thanks for the input. I tried that, and it didn't work. It appears to work for everything else - just not download links.


Here's an example of my links:

<a href="http://cdn.setxvideo.com/001.MTS" target="new">001.MTS</a>


in my header is


<style type="text/css">

a:link {background-color:#B2FF99;} /* unvisited link */

a:visited {

background-color:#FFFF85;} /* visited link */

a:hover {background-color:#FF704D;} /* mouse over link */

a:active {background-color:#FF704D;} /* selected link */

</style>


Again, they work correctly in FireFox but not Safari.

Visited download links don't change color (but do in FireFox)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.