Forskeld på 1px i IE og FF
Jeg har et problem med at IE og FF ikke viser det samme.Har sat <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ind på min index side da alle siderne bliver "require" dertil.
Kode:
<div align='center'>
<table border='0' width='400' id='table1' cellspacing='0' cellpadding='0' style='border: 1px solid #000000'>
<tr>
<td width='120px' bgcolor='#E9E9E9' align='left' valign='top'>
<table border='0' width='120px' id='table3' cellspacing='0' cellpadding='0'>
<tr>
<td align='left' valign='top' height='100' width='100%' style='border-bottom:1px solid #808000'>
<img border="0" src="nyheder/billede_ramme.gif" width="120" height="100" style="word-spacing: 0; text-indent: 0; line-height: 100%; margin: 0"></td>
</tr>
<tr>
<td align='left' valign='top' height='40' bgcolor='#E9E9E9' background='nyheder/under_ramme.gif' width='100%' style='background-repeat: no-repeat'>
<p style='margin: 0 2px'><font face='Verdana' size='1' color='black'><b>Af:</b> $oprettet_af</font>
<br>
<font face='Verdana' size='1' color='black'><b>Dato:</b> $dato</font></p>
</td>
</tr>
<tr>
<td bgcolor='#E9E9E9'>
</td>
</tr>
</table>
</td>
<td width='280px' bgcolor='#E9E9E9' valign='top' align='left'>
<table border='0' width='280px' id='table2' cellspacing='0' cellpadding='0'>
<tr>
<td height='15px' align='left' bgcolor='#A9C0A9' width='100%' style='border-bottom: 1px solid #000000'>
<p style='margin: 0 3px'><b><font face='Verdana' size='1' color='#000000'>$emne</font></b></p>
</td>
</tr>
<tr>
<td align='left' valign='top' bgcolor='#E9E9E9'>
<p style='margin: 0 3px'><font face='Verdana' size='1' color='#000000'>$nyhed</font></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
Når den bliver vist i FF passer den godt nok, men når jeg ser den i IE er der en celle er 1px større end i FF. Hvis Jeg så ændre de "height='15px'" til 14 ja så passer det i IE og ikke i FF.
Nogle forslag til dette problem???
