thepain009
Technical User
IR and Firefox render everything very differently... and its quite annoying. Im creating a website where im trying to absolute position' things on a table. The problem is that the table is bigger in Firefox then IE, and I'm using the same exact code.
Here is an example:
and code for it:
<body>
<table width="200" border="1" cellspacing="0" cellpadding="0">
<tr>
<td height="46"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
The difference is the same, but after 20 rows, the difference is 20x larger!
Is there a way to make it be the same size?
Here is an example:
![example5jy.jpg](http://img347.imageshack.us/img347/7720/example5jy.jpg)
and code for it:
<body>
<table width="200" border="1" cellspacing="0" cellpadding="0">
<tr>
<td height="46"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
The difference is the same, but after 20 rows, the difference is 20x larger!
Is there a way to make it be the same size?