Scott, You can specify more than one classname in your class attribute, just separate them with a space:
<div class="tblClass fontClass">...</div> This what you're after? Only works in IE5.5+, NS5+ -- Lindsay Evans. Developer, Red Square Productions. [p] 8596.4000 [f] 8596.4001 [w] www.redsquare.com.au > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Scott > Barnes > Sent: Thursday, February 27, 2003 4:39 PM > To: CFAussie Mailing List > Subject: [cfaussie] Re: CSS Inheritanceananannceers > > > > like: > > .fontClass { > font-family: verdana, arial; > color: white; > } > > .tblClass { > background: red; > border: 1px solid black; > } > > > i want the fontclass's fonts to be inherited by the tblClass > > i've tried > > .tblClass > .fontClass {} > > and it won't work ?? > > Scott > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
