Hi all,
I'm using enternal CSS for my site.I have included classes which are called into the site.The background color and font family is not being shown in netscape whereas its proper in IE.Default font is being shown in netscape.
Sample code I have used is..
TD.td7 {
background-color :#FFFFEC;
font-family : Verdana;
}
In my webpage i have used this class as
<table width="377" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class=td7><font size="2"><b>Welcome to our site</b></font>
</td>
</tr>
</table>
I'm using enternal CSS for my site.I have included classes which are called into the site.The background color and font family is not being shown in netscape whereas its proper in IE.Default font is being shown in netscape.
Sample code I have used is..
TD.td7 {
background-color :#FFFFEC;
font-family : Verdana;
}
In my webpage i have used this class as
<table width="377" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class=td7><font size="2"><b>Welcome to our site</b></font>
</td>
</tr>
</table>