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.
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;}
Hi Audiosoft,
Ah.. ok, I will try that! Thanks a lot for your help.
Perfect Audiosoft! That is working exactly like I want now you given me
these little tricks..
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.. But I think I begin to understand the
"cascading(*) style.." An entire program!
Thanks again Audiosoft.
Lesson 1, Flirty Cascading ruffles:
Everybody should remember this lesson!