Board Logo

a:visited {} not working in playlist.dis
Pirk - 9-8-2008 at 12:08 PM


Audiosoft - 9-9-2008 at 12:05 AM

Hi Pirk,

A:visited and A:link should be set to the exact same thing.
then there are these ones which can be different:

A:active
Defines the style for active links.
A link becomes active once you click on it.

A:hover
Defines the style for hovered links.
A link is hovered when the mouse moves over it.

Also you can combine and might be able to set different link styles inside the 'up next' sections like this ....

.pmnextsongleft a,
.pmnextsongleft a:link,
.pmnextsongleft a:visited,
.pmnextsongleft a:active {color: #FF0000;}


Pirk - 9-9-2008 at 10:34 AM


Pirk - 9-9-2008 at 11:49 AM


Pirk - 9-9-2008 at 12:15 PM