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
{
...
}
Not sure if this works on IEdows - other than that there may be an unfortunate
hack on MSDN.
James Ellis
www.webqs.com
---
WSG - http://webstandardsgroup.org | Web Standards Group
syd::php - http://sydney.ug.php.net | Sydney PHP Developers
---
#300 - http://www.sitepoint.com/articlelist/300
---
---------- Original Message -----------
From: "Lindsay Evans" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wed, 22 Oct 2003 15:46:07 +1000
Subject: RE: [WSG] Icon and Aura
> Yeah, but then every other link on the page will have the same hover attributes.
>
> And a#wsg:hover doesn't work.
>
> I'm sure I could get it sorted out, I'm just busy working in Flash ATM
> :)
>
> --
> Lindsay Evans.
> Developer,
> Red Square Productions.
>
> [p] 8596.4000
> [f] 8596.4001
> [w] www.redsquare.com.au
>
> > -----Original Message-----
> > From: scott parsons [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, 22 October 2003 3:26 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [WSG] Icon and Aura
> >
> >
> > um, lindsay you must be half asleep today...
> > put the hover on an a tag
> > a:hover {
> > color: #333300;
> > background: #CCCC66;
> > }
> > and it works fine in the pita browser, else v cute
>
> *****************************************************
> The discussion list for http://webstandardsgroup.org/
> *****************************************************
------- End of Original Message -------
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************