Well what im doing i appending a table to a <div> with multiple tables inside of it already. Now it's working fine on FireFox and Safari, but when i add a table in IE i get this little annoying querk, it looks like the table i added has an invisible 2 to 3 pixel border or padding around it. I have tried to use nagitive margins but it only effects the tables veritcal margin and i dont think it's the solution to this problem.
This is the DIV when the page loads. The class "fullWidth" = 100% width.
This is how i construct and add another table below it.
I think i have created a clone of the default TABLE already in the DIV but for some reason that does not seem to be the case. I for the life of me am unable to find the detail i am missing. I need a bone thrown my way please =X