Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 9-8-2008 at 12:08 PM
|
|
|
a:visited {} not working in playlist.dis
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.
Pirk
|
|
Audiosoft
|
posted on 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;}
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 9-9-2008 at 10:34 AM
|
|
|
Hi Audiosoft,
Ah.. ok, I will try that! Thanks a lot for your help.
Pirk
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 9-9-2008 at 11:49 AM
|
|
|
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.
Pirk has attached this image:
Pirk
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 9-9-2008 at 12:15 PM
|
|
|
(*) Cascading
Lesson 1, Flirty Cascading ruffles:
Everybody should remember this lesson!
Pirk has attached this image:
Pirk
|
|