RE: Descendant Selectors was RE: [WSG] Icon and Aura

2003-10-22 Thread Lindsay Evans

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 : #ff;
> }
>
> .blockb .code
> {
>  color : #ff;
> }
>
> So you could try something like
> #wsg A:hover
> {
>  ...
> }

*
The discussion list for http://webstandardsgroup.org/
* 



Descendant Selectors was RE: [WSG] Icon and Aura

2003-10-22 Thread James Ellis
Hi LIndsay

What about trying  a descendant selector

E.g I've used
.blocka .code
{
 color : #ff;
}

.blockb .code
{
 color : #ff;
}

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: #00;
> > background: #66;
> > }
> > 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/
* 



Re: [WSG] Icon and Aura [OT] PITA Bread

2003-10-22 Thread Adam Carmichael
> > > cmon you webstandards ppl!
> > > 
> > > PITA
> > > 
> > > I had to go look it up myself  :'(

I'll remember that one for when we have the dip tonight :)

--
Adam Carmichael
[EMAIL PROTECTED]
*
The discussion list for http://webstandardsgroup.org/
* 



Re: [WSG] Icon and Aura

2003-10-21 Thread Glenn Slaven
Miles Tillinger wrote:

IE would be much more useful if I could make a falafel roll or kebab with it...
 

True, then at least it would do *something* properly ;)

Glenn

*
The discussion list for http://webstandardsgroup.org/
* 



RE: [WSG] Icon and Aura

2003-10-21 Thread Miles Tillinger
IE would be much more useful if I could make a falafel roll or kebab with it...

> -Original Message-
> From: Lindsay Evans [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 22 October 2003 3:24 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [WSG] Icon and Aura
> 
> 
> 
> Nah, we're actually talking about the flat bread: 
> <http://www.foodtv.com/food/recipes/recipe/0,1977,FOOD_9936_23
> 974,00.html>
> 
> :p
> 
> --
>  Lindsay Evans.
>  Developer,
>  Red Square Productions.
> 
>  [p] 8596.4000
>  [f] 8596.4001
>  [w] www.redsquare.com.au
> 
> 
> > -Original Message-
> > From: Miles Tillinger [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, 22 October 2003 3:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [WSG] Icon and Aura
> > 
> > 
> > cmon you webstandards ppl!
> > 
> > PITA
> > 
> > I had to go look it up myself  :'(
> 
> *
> The discussion list for http://webstandardsgroup.org/
> * 
> 
> 
áyجrë,Š‰åŠË_¢¸m¶ŸÿÁæ쵩Ýj·l‚º.¦Šà

RE: [WSG] Icon and Aura

2003-10-21 Thread Lindsay Evans

Nah, we're actually talking about the flat bread: 
<http://www.foodtv.com/food/recipes/recipe/0,1977,FOOD_9936_23974,00.html>

:p

--
 Lindsay Evans.
 Developer,
 Red Square Productions.

 [p] 8596.4000
 [f] 8596.4001
 [w] www.redsquare.com.au


> -Original Message-
> From: Miles Tillinger [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 22 October 2003 3:49 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [WSG] Icon and Aura
> 
> 
> cmon you webstandards ppl!
> 
> PITA
> 
> I had to go look it up myself  :'(

*
The discussion list for http://webstandardsgroup.org/
*



RE: [WSG] Icon and Aura

2003-10-21 Thread Miles Tillinger
cmon you webstandards ppl!

PITA

I had to go look it up myself  :'(

> -Original Message-
> From: scott parsons [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 22 October 2003 2:56 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: #00;
> background: #66;
> }
> and it works fine in the pita browser, else v cute
> 
> s
> 
> Lindsay Evans wrote:
> 
> >>Only tested in FB 0.6.1, IE 6 on XP (I'm lazy today).
> >>
> >>Suggestions welcome.
> >>
> >>
> >
> >Oh, and I know the hover thing isn't working in IE.
> >IE is a PITA & can go to hell :)
> >
> >Well, at least until I get bored enough to figure out why it 
> isn't working :p
> >
> >--
> > Lindsay Evans.
> > Developer,
> > Red Square Productions.
> >
> > [p] 8596.4000
> > [f] 8596.4001
> > [w] www.redsquare.com.au
> >
> >*
> >The discussion list for http://webstandardsgroup.org/
> >* 
> >
> >
> >
> >
> >  
> >
> 
> *
> The discussion list for http://webstandardsgroup.org/
> * 
> 
> 
…çb±ˬ²*'–+-~Šá¶Úÿ›²֧uªݲ
躚+ƒ

RE: [WSG] Icon and Aura

2003-10-21 Thread Lindsay Evans

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: #00;
> background: #66;
> }
> and it works fine in the pita browser, else v cute

*
The discussion list for http://webstandardsgroup.org/
*



Re: [WSG] Icon and Aura

2003-10-21 Thread scott parsons
um, lindsay you must be half asleep today...
put the hover on an a tag
a:hover {
   color: #00;
   background: #66;
   }
and it works fine in the pita browser, else v cute
s

Lindsay Evans wrote:

Only tested in FB 0.6.1, IE 6 on XP (I'm lazy today).

Suggestions welcome.
   

Oh, and I know the hover thing isn't working in IE.
IE is a PITA & can go to hell :)
Well, at least until I get bored enough to figure out why it isn't working :p

--
Lindsay Evans.
Developer,
Red Square Productions.
[p] 8596.4000
[f] 8596.4001
[w] www.redsquare.com.au
*
The discussion list for http://webstandardsgroup.org/
* 



 

*
The discussion list for http://webstandardsgroup.org/
* 



RE: [WSG] Icon and Aura

2003-10-21 Thread Miles Tillinger
not to bad considering!  Nice one

> -Original Message-
> From: Ben Bishop [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 22 October 2003 2:38 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [WSG] Icon and Aura
> 
> 
> Can't quite replicate the hover state, but:
> http://www.browsercam.com/public.aspx?proj_id=26543
> 
> Lindsay Evans wrote:
> 
> >>Only tested in FB 0.6.1, IE 6 on XP (I'm lazy today).
> >>
> >>Suggestions welcome.
> >>
> >>
> >
> >Oh, and I know the hover thing isn't working in IE.
> >IE is a PITA & can go to hell :)
> >  
> >
> 
> *
> The discussion list for http://webstandardsgroup.org/
> * 
> 
> 
*
The discussion list for http://webstandardsgroup.org/
*



RE: [WSG] Icon and Aura

2003-10-21 Thread Mark Stanton
Call me old school - but I kinda like mine - http://www.gruden.com/wsg.html.
I just think it has an air of understated authority.

On second thoughts I'm happy to go for Ben's, Lindsay's or Russ's one. See
you all tomorrow.


Cheers

Mark


__
Mark Stanton
Technical Director
Gruden Pty Ltd
Tel: 9956 6388
Mob: 0410 458 201
Fax: 9956 8433
http://www.gruden.com

*
The discussion list for http://webstandardsgroup.org/
* 



Re: [WSG] Icon and Aura

2003-10-21 Thread Ben Bishop
Can't quite replicate the hover state, but:
http://www.browsercam.com/public.aspx?proj_id=26543
Lindsay Evans wrote:

Only tested in FB 0.6.1, IE 6 on XP (I'm lazy today).

Suggestions welcome.
   

Oh, and I know the hover thing isn't working in IE.
IE is a PITA & can go to hell :)
 

*
The discussion list for http://webstandardsgroup.org/
* 



RE: [WSG] Icon and Aura

2003-10-21 Thread Lindsay Evans

> Only tested in FB 0.6.1, IE 6 on XP (I'm lazy today).
> 
> Suggestions welcome.

Oh, and I know the hover thing isn't working in IE.
IE is a PITA & can go to hell :)

Well, at least until I get bored enough to figure out why it isn't working :p

--
 Lindsay Evans.
 Developer,
 Red Square Productions.

 [p] 8596.4000
 [f] 8596.4001
 [w] www.redsquare.com.au

*
The discussion list for http://webstandardsgroup.org/
*



RE: [WSG] Icon and Aura

2003-10-21 Thread Lindsay Evans

> One day to go for comments on the WSG "mini-button" icon folks.
> 
> It seems to me (given no feedback to the contrary) that Ben's 
> spiffy icon http://leorex.com/skunkworks/wsg/icon/ will be 
> accepted as the chosen one. Please let us know if you have any 
> last thoughts on this. 

A late challenger:
http://lindsay.f2o.org/experiments/css/wsg_icon.html

Pretty much the same as Ben's, but in CSS/XHTML.

Only tested in FB 0.6.1, IE 6 on XP (I'm lazy today).

Suggestions welcome.

--
 Lindsay Evans.
 Developer,
 Red Square Productions.

 [p] 8596.4000
 [f] 8596.4001
 [w] www.redsquare.com.au

*
The discussion list for http://webstandardsgroup.org/
*