Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/08/2008, 03:41
chemajf
 
Fecha de Ingreso: julio-2008
Mensajes: 39
Antigüedad: 15 años, 9 meses
Puntos: 0
Respuesta: Flecos en el FFox

La tabla es esta:

<TABLE cellSpacing=1 cellPadding=0 width="100%" border=0>

<THEAD>
<TR>
<TH id=header3 style="TEXT-ALIGN: center" colSpan=4>
Texto texto texto texto texto...
</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
1992
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
1993
</TD>
<TD style="TEXT-ALIGN: center" headers=header3>
1994
</TD>
<TD style="TEXT-ALIGN: center" headers=header4>
1995
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header3>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header4>
Texto texto texto texto texto...
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
1996
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
1997
</TD>
<TD style="TEXT-ALIGN: center" headers=header3>
1998
</TD>
<TD style="TEXT-ALIGN: center" headers=header4>
1999
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header3>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header4>
Texto texto texto texto texto...
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
2000
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
2001
</TD>
<TD style="TEXT-ALIGN: center" headers=header3>
2002
</TD>
<TD style="TEXT-ALIGN: center" headers=header4>
2003
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header3>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header4>
Texto texto texto texto texto...
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
2004
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
2005
</TD>
<TD style="TEXT-ALIGN: center" headers=header3>
2006
</TD>
<TD style="TEXT-ALIGN: center" headers=header4>
2007
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header3>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header4>
Texto texto texto texto texto...
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
Texto texto texto texto texto...
</TD>

</TR>
<TR>
<TD style="TEXT-ALIGN: center" headers=header1>
Texto texto texto texto texto...
</TD>
<TD style="TEXT-ALIGN: center" headers=header2>
Texto texto texto texto texto...
</TD>

</TR>
</TBODY>
</TABLE>

Y el CSS:

#tablalistado TD {

BORDER-RIGHT: #dbab04 1px solid;
BORDER-BOTTOM: #dbab04 1px solid;
BORDER-LEFT: #dbab04 1px solid;
BORDER-TOP: #dbab04 1px solid;
PADDING-RIGHT: 3px;
PADDING-LEFT: 3px;
PADDING-TOP: 0px;
PADDING-BOTTOM: 0px;
FONT-WEIGHT: normal;
FONT-SIZE: 65%;
MARGIN: 0px;
COLOR: #333333;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
HEIGHT: 20px;
BACKGROUND-COLOR: #ffffff;
TEXT-DECORATION: none
}