views:

8

answers:

0

Hi, I am facing a very strange issue in IE7.

In our project I use DWR for getting data from server and then to transform them into table rows. This HTML result I insert into DOM. And here is the problem - after inserting the rows. I have table that has only one row and one column and the background of the only one cell is let's say red.. When I insert new rows into this table, in the original table appears one pixel white line on the bottom of the cell. But this really happens only in case there is really only one row and one column.

So - inside the one-column and one-row table, below the only one cell, I insert for example five another rows (the HTML is generated in Javascript from converted TOs) and in the first cell bottom, on the red background, the thin white line appears. I was not able to find ANY solution how to get rid of it. But - I found that this disappears after next DWR call.. I don't see the point I have to say. Did anyone of you ever faced this / or similar issue? Thanks for all point or pieces of advice that would show me the way or the solution.