Posted by Gazza on 06/04/05 18:24
Luigi Donatello Asero mumbled the following on 04/06/2005 15:21:
> Does the following define the colour of all the visited links belonging to
> the div class "subsection" which have an id selector "semesterbostader"?
> div.subsecttion#semesterbostader > A:visited { color: blue }
Yes, although with ID's having to be unique on a page, you could simply
drop the div.subsecttion bit:
#semesterbostader > a:visited { color: blue; }
--
Gazza
Mobile Number Network Checker - http://mnnc.net/
Creative writing & Poems - http://garyjones.co.uk/
Leovanna Leonbergers - http://leovanna.co.uk/
[Back to original message]
|