Yeah, I'd tried that before with no luck.
However, I was just fiddling with the code, and for some strange reason it
works.
I think the previous attempt was something like this:
#w a:hover .member
whereas the current one is like so:
#wsg:hover .member {...}
#w a:hover {...}
Bizarre.
--
Lindsay Evans.
Developer,
Red Square Productions.
[p] 8596.4000
[f] 8596.4001
[w] www.redsquare.com.au
> -----Original Message-----
> From: James Ellis [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 23 October 2003 9:14 AM
> To: [EMAIL PROTECTED]
> Subject: Descendant Selectors was RE: [WSG] Icon and Aura
>
>
> Hi LIndsay
>
> What about trying a descendant selector
>
> E.g I've used
> .blocka .code
> {
> color : #ff0000;
> }
>
> .blockb .code
> {
> color : #ff0000;
> }
>
> So you could try something like
> #wsg A:hover
> {
> ...
> }
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************