Re: [WSG] 'strong' as class name

2005-06-27 Thread ruf fellipe
d make the argument that if you still don't want to use the tag > then at least think of a different name for your class as i think it might > get confusing later on. > > Cheers :o) > Richard > > > - Original Message - > From: "tee" <[EMAIL

Re: [WSG] 'strong' as class name

2005-06-26 Thread Richard Czeiger
. Cheers :o) Richard - Original Message - From: "tee" <[EMAIL PROTECTED]> To: Sent: Sunday, June 26, 2005 9:52 PM Subject: Re: [WSG] 'strong' as class name Thank you Andy, for the link and reminder. Note that the second font family is 'sans-ser

Re: [WSG] 'strong' as class name

2005-06-26 Thread tee
Thank you Andy, for the link and reminder. > Note that the second font family is 'sans-serif' (with an 's' and hyphen). > Should be: > Strong is bold They are correct in my files. I should have paid more attention in typing when posting question to the list so to prevent confusion. > FURTHER RE

Re: [WSG] 'strong' as class name

2005-06-26 Thread Andy Kirkwood | Motive
Hi tee, .strong { font: 1em bold #369 Arial, San Serif text-transform: uppercase; text-decoration: none;} The font shorthand doesn't include a color property. Your rule should look like this: .strong { color: #369; font: bold 1em Arial, sans-serif; text-transform: up

Re: [WSG] 'strong' as class name

2005-06-26 Thread tee
Never mind, I got it figure out. The #369 color shouldn't stay with 'font:' Sorry for the confusion. tee > From: tee <[EMAIL PROTECTED]> > Reply-To: wsg@webstandardsgroup.org > Date: Sun, 26 Jun 2005 01:03:13 -0700 > To: > Subject: Re: [WSG] 'strong&#x

Re: [WSG] 'strong' as class name

2005-06-26 Thread tee
Oops.. Typo error. I do have the semi-colon is in my css file. Maybe I got the concept wrong?! I don't want it as Type selector but span CLASS. In my html, it goes like this: Strong is bold And css .strong {} Tell me I got it all wrong? Thanks! tee > > You're also missing a semi-colo

Re: [WSG] 'strong' as class name

2005-06-26 Thread Justin Carter
You're also missing a semi-colon after "San Serif" =) - carter  On 6/26/05, Tatham Oddie <[EMAIL PROTECTED]> wrote: Tee,You've got the wrong selector. Use:strong{   font: 1em bold #369 Arial, San Serif    text-transform: uppercase;   text-decoration: none;}Or consult the SelectORacle:http://penguin

RE: [WSG] 'strong' as class name

2005-06-26 Thread Tatham Oddie
vance - Ignite Your Idea www.fueladvance.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of tee Sent: Sunday, 26 June 2005 5:12 PM To: wsg@webstandardsgroup.org Subject: [WSG] 'strong' as class name I named a class as .strong { font: 1em bold

[WSG] 'strong' as class name

2005-06-26 Thread tee
I named a class as .strong { font: 1em bold #369 Arial, San Serif text-transform: uppercase; text-decoration: none;} But it does work except the 'bold'. I am curious if the deserved for xxx only. The reason I want to name that class as 'strong' is because it suits the purpose for th