There seems to be a slight problem on this page ... there is a sliver of white.

Here is the relevant HTML:
<table id="topbar"> <tr> <td id="topbar_logo"> <a href="http://stackmobile.com/" style='padding: 0px;'> <img src='images/logo.png' style='width: 48px; height: 40px; border: 0px; margin: 0px;' /> </a> </td> ... </tr> </table>
... and CSS:
#topbar { width: 100%; border-collapse: collapse; background-image: url(images/top_bg.png); background-repeat: repeat-x; height: 40px; margin: 0px; } #topbar_logo { padding: 0px; width: 48px; height: 40px; }
I tried everything to remove the tape. How can i do this?
Note: I cannot switch to DIVs - in fact, I originally used the DIV, but ran into some other problems.
source share