I would think it should be either:

<style>
#content {}
#content a { font-size:120%; }
</style>

<div class="content">
<a href="url">url</a>
</div>

OR

<style>
a.content { font-size:120%; }
</style>

<a href="url" class="content">url</a>

Lst Recv wrote:

Do classes cascade?

That is:

<style>
a.content { font-size: 120%; }
</styke>

<div class="content">
<a href="url">url</a>
</div>

Is that correct?  If not, what is the preferred way of doing it?

(Also, BTW, what is what I sometimes see "font-size: 80%/130%" - what is the / ?
)

Please cc me on all responses
Thanks
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/




--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
emotionalize.conceptualize.visualize.realize
Landlines
Tel: +27125468436
Fax: +27125468436
Web
email:[EMAIL PROTECTED]
Global: www.volume4.com
Messenger
Yahoo!: v_olume4
AOL: v0lume4
MSN: [EMAIL PROTECTED]

We support OpenSource
Get Firefox!- The browser reloaded - http://www.mozilla.org/products/firefox/

This message contains information that is considered to be sensitive or 
confidential and may not be forwarded or disclosed to any other party without 
the permission of the sender. If you received this message in error, please 
notify me immediately so that I can correct and delete the original email. 
Thank you.


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to