[thelist] CSS question????

Stephen Caudill SCaudill at municode.com
Wed Aug 28 13:53:01 CDT 2002


Looks like you ommited a semicolon after text-decoration.  It should work like you had it, but alternatively you can specify class directly after the element you wish to modify, like so:

td.textnormal{
font-family: arial;
font-size: 11px;
color: #000000;
text-decoration: none;
}

Stephen Caudill
Web Designer
Municipal Code Corporation
www.municode.com
www.mccimaging.com


-----Original Message-----
From: Matt Mozer [mailto:matthewmozer at hotmail.com]
Sent: Wednesday, August 28, 2002 2:36 PM
To: thelist at lists.evolt.org
Subject: [thelist] CSS question????



Hello all,

I would like to know how I can call a textnormal class i have below in my td
style or if it is possible.


.textnormal 	{  font-family: arial; font-size: 11px; color: #000000;
text-decoration: none}

table		{ border: 0; }
td		{ class: textnormal; }


I thought this would work since in the actual table data i call
<td class = "textnormal"></td>

but this does not seem to be the case.

How do I reference the "textnormal" style in the td style?

Thank you

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !



More information about the thelist mailing list