I have a slightly annoying problem due to which my tables seem completely different between browsers, they are set as:
<table width="100%" border="1" cellpadding="4" cellspacing="0" bordercolor="#eeeeee">
So left (Chrome) is correct in #eeeeee, but FF and IE just seem to do it when they go! There is nothing in my CSS, this event is vaguely close to indicating the border of the table (I even tried to remove links to my CSS files and the problem remained)
Any ideas?

source share