Hi all, I'm having a little problem i'm trying to make the following code work in netscape 4.7
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="125">
<span class="footer" style="left:15px;top:5px;">
<script language="javascript" type="text/javascript">
document.write(dayNow + daySuffix + "\xA0"
document.write(monthNow +"\xA0"
document.write(yearNow);
</script>
</span>
</td>
<!--rest of table//-->
what i'm looking for is why the class won't apply to this cell. I've tried using div and p tags and none of them work in netscape (all of them work in IE). The positioning of the style works, but the class won't. Here is the ext style linked to this page.
.footer {font-family:times;font-size:11pt;color:#ED0303;font-weight:bold;}
I've been reading previous posts on this forum and about 3000 css sites for hours and can't figure out why this(or any other tag) won't work. So I apologize in advance if this is a stupid question but either my brain doesn't work today, or i've had too much to drink %-)
dis
ps. fyi the table is nested in a div tag
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="125">
<span class="footer" style="left:15px;top:5px;">
<script language="javascript" type="text/javascript">
document.write(dayNow + daySuffix + "\xA0"
document.write(monthNow +"\xA0"
document.write(yearNow);
</script>
</span>
</td>
<!--rest of table//-->
what i'm looking for is why the class won't apply to this cell. I've tried using div and p tags and none of them work in netscape (all of them work in IE). The positioning of the style works, but the class won't. Here is the ext style linked to this page.
.footer {font-family:times;font-size:11pt;color:#ED0303;font-weight:bold;}
I've been reading previous posts on this forum and about 3000 css sites for hours and can't figure out why this(or any other tag) won't work. So I apologize in advance if this is a stupid question but either my brain doesn't work today, or i've had too much to drink %-)
dis
ps. fyi the table is nested in a div tag