1

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?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Sixfoot Studio
  • 2,951
  • 7
  • 26
  • 35

1 Answers1

0

Use border-spacing: 0; or border-color: transparent to remove the black gaps between table columns. Use related questions to workaround the lack of border-collapse:

Community
  • 1
  • 1
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265