Gaps in between cells tables, but only horizontally.

Associate
Joined
28 Nov 2003
Posts
1,669
Location
EC1V
I'm trying to build an HTML/CSS table that has some data columns selected (with a 2px border.) Ideally I'd like there to be a gap between the borders when they occur right next to each other.

"cellspacing" does what I want but to the tops aswell so the vertical borders get split. Margins don't seem to be having an effect to the distance between cells (I take it that's correct?)

Any suggestions?

Cheers.
 
Hmm, this border-spacing doesn't work in IE7. How come? :)
Gap shows up in Firefox though, but that's not good enough. Any other way of pushing cells apart and retaining borders?
 
Back
Top Bottom