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:
<div id="confuse">
<p><span class="strong">Strong</strong> is bold</p>
</div>
And css
.strong {}
Tell me I got it all wrong?????
Thanks!
tee
>
> 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.theopalgroup.com/cgi-bin/css3explainer/selectoracle.py
>>
>>
>>
>> Thanks,
>>
>> Tatham Oddie
>> Fuel Advance - Ignite Your Idea
>> www.fueladvance.com <http://www.fueladvance.com>
>>
>>
>
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************