as you can see there are two "<TD colspan="2" height="1" bgcolor="#000000"></TD>"
cells in the table which i wanted to act as black 1px height lines. in ie they look fine (1px), in firefox they get to much height for some reason although the attribute is height="1".
Code: Select all
<TABLE width="e;100%"e; height="e;100%"e; cellpadding="e;10"e; cellspacing="e;1"e;>
<TR>
<TD colspan="e;2"e; height="e;80"e; bgcolor="e;#88B4D5"e; align="e;right"e;></TD>
</TR>
<TR>
<TD colspan="e;2"e; height="e;1"e; bgcolor="e;#000000"e;></TD>
</TR>
<TR>
<TD width="e;170"e; align="e;left"e; valign="e;top"e; bgcolor="e;#D0D0D0"e;>
<?php include('menu.php') ?>
</TD>
<TD valign="e;top"e; align="e;center"e;>
<?php SwitchPage() ?>
</TD>
</TR>
<TR>
<TD colspan="e;2"e; height="e;1"e; bgcolor="e;#000000"e;></TD>
</TR>
<TR>
<TD colspan="e;2"e; height="e;80"e; bgcolor="e;#88B4D5"e; align="e;center"e;>© Copyright 2005</TD>
</TR>
</TABLE>