0

I have a question regarding the table style.

I want to have the table radius as 8px but it seems like my codes don't work. Can anyone help me about it?

Thanks!

//ps I need my border-collapse.

my jsfiddle http://jsfiddle.net/vfBtN/1/

FlyingCat
  • 14,036
  • 36
  • 119
  • 198
  • Already answered: http://stackoverflow.com/questions/628301/css3s-border-radius-property-and-border-collapsecollapse-dont-mix-how-can-i – fred02138 Aug 23 '13 at 18:20

1 Answers1

0

Try border-spacing: 0; instead of border-collpase. Demo

Leo T Abraham
  • 2,407
  • 4
  • 28
  • 54