Board Logo

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

Audiosoft,

Could you fix this bug which makes my playlist not looking good when using Crimson Live skin?
In fact I think the link "a:visited {}" in the playlist.dis is never really used..

I think that if a:visited was applied to the up next song exclusively, that would allow to have a different layout for the up next song text than just a:link which is already used for the songs numbering in the playlist. Isn't it?

Thanks.


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

Hi Audiosoft,

Ah.. ok, I will try that! Thanks a lot for your help.


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

Perfect Audiosoft! ;) That is working exactly like I want now you given me these little tricks.. :cool:

That's easy, but only once you know how that css thing can be written.. There are much alternative syntax, but none detailed instructions book? Well none that I've read at least.. :D But I think I begin to understand the "cascading(*) style.." An entire program! :P

Thanks again Audiosoft.


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

Lesson 1, Flirty Cascading ruffles:

Everybody should remember this lesson! ;)