FW: table font not displaying in NN 4.6

by "Eileen Centofanti" <ecento(at)worldnet.att.net>

 Date:  Tue, 21 Sep 1999 20:04:21 -0400
 To:  <hwg-style(at)hwg.org>
  todo: View Thread, Original
i am a very novice CSS user. I have a small document which consists of
paragraphs,
some UL/LIs, and a table. i cannot get the font style, size, weight to apply
to the table in NN 4.6. IE5 seems fine. in my stylesheet, i am using

 HEAD {
display: none;
}
BODY{
     display: block;
     background-color: white;
     font-family: Verdana;
     font-size: 12pt;
     font-weight: bold;
     color: black;
}

H3{
text-align: center;
color: red;
}

p {
     display:block;
     font-size:16pt;
     color: navy;
}


table {
text-indent: 0.29in;
     background-color: white;
     font-family: Verdana;
     font-size: 12pt;
     font-weight: bold;
     color: black;
}

hr
{
color: navy;
}

i find for the table that i have to repeat the font-weight property for it
to display in bold in IE5. i have tried repeating all of the font properties
for the table to no avail, the table continues to display in my default font
in NN 4.6

all other elements are displaying correctly in NN 4.6

any suggestions?

thanks,
-eileen

HWG hwg-style mailing list archives, maintained by Webmasters @ IWA