I am using Eric Meyer's CSS reset which works well but the problem I am having in Firefox is that the table {border: collapse;}
is creating black lines between the td's in Firefox.
If I set the table {border: seperate;}
the problem is solved but then IE7 creates these white gaps between the td's.
Has anyone else come across this problem before?