[thelist] Spot the Error

PageHealer pagehealer at pagehealer.com
Tue Oct 16 10:07:26 CDT 2001


Matt,

You can run into major trouble if you assign styles to <table> <td> or <tr>
in your CSS - Netscape will sometimes just give up and display no
stylesheets at all.

If you want to use classes, as you've shown in your code, try using <span>s
within your <td>s rather than applying them directly to the <td>. See if
that fixes the problem.

HTH,

Emily


on 10/16/01 10:42 AM, Matt at mspiegler at lightbulbpress.com wrote:

> I know this is alot to ask, but I'm going nuts. Can anyone spot anything
> in the following table which would cause the CSS to not display for the
> entire page in NN4.7? It works fine in IE, no problems, but in NN4.7,
> when this table is nested within the main table, it blows the CSS. When
> I delete the table, like magic it fixes it and displays normally. I
> can't spot the error. Can anyone else?
> 
> tia
> 
> Matt
> 
> <!--The Code******************************************-->
> 
> 
> <TABLE border="0" cellspacing="0" cellpadding="0"
> class="trip_TABLE">
> <TR>
> <TD colspan="2"><IMG
> src="../images/sidemenu_divider.gif" width="149" height="1"
> border="0"></TD>
> </TR>
> <TR>
> <TD class="trip_header"><IMG src="/images/spacer.gif"
> width="10" height="1"></TD>
> <TD class="trip_header">What is
> <BR>diversification</TD>
> </TR>
> <TR>
> <TD colspan="2"><IMG
> src="../images/sidemenu_divider.gif" width="149" height="1"
> border="0"></TD>
> </TR>
> <TR>
> <TD class="trip_sidemenu_hilite"><IMG
> src="/images/spacer.gif" width="10" height="1"></TD>
> <TD class="trip_sidemenu_hilite"><A href="#"
> style="text-decoration: none"><FONT COLOR="#FFFFFF">1.
> Overview</FONT></A></TD>
> </TR>
> <TR>
> <TD colspan="2"><IMG
> src="../images/sidemenu_dotteddiv.gif" width="149" height="1"
> border="0"></TD>
> </TR>
> <TR>
> <TD><IMG src="/images/spacer.gif" width="10"
> height="1"></TD>
> <TD class="trip_sidemenu_items"><A
> href="../trips/creatediversified/whatis_021.htm" style="text-decoration:
> none"><FONT COLOR="#FFFFFF">2.
> Reasons to diversify</FONT></A></TD>
> </TR>
> <TR>
> <TD colspan="2"><IMG
> src="../images/sidemenu_dotteddiv.gif" width="149" height="1"
> border="0"></TD>
> </TR>
> <TR>
> <TD><IMG src="/images/spacer.gif" width="10"
> height="1"></TD>
> <TD class="trip_sidemenu_items"><A
> href="../trips/creatediversified/whatis_031.htm" style="text-decoration:
> none"><FONT COLOR="#FFFFFF">3.
> Diversification and risk</FONT></A></TD>
> </TR>
> <TR>
> <TD colspan="2"><IMG
> src="../images/sidemenu_dotteddiv.gif" width="149" height="1"
> border="0"></TD>
> </TR>
> 
> 
> <TR>
> <TD><IMG src="../images/spacer.gif" width="10"
> height="40" border="0"></TD>
> <TD><IMG src="../images/spacer.gif" width="10"
> height="40" border="0"></TD>
> </TR>
> </TABLE>
> 
> 
> ---------------------------------------
> 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