Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to add rounded corners with a border to a table row, each table row will have his seperate box with rounded corners with the td in the middle, anyhelp of the quickest and easiest way to achieve this would be good. Thanks

share|improve this question
Give me a jsfiddle of your table and I will try to adjust it – OmerPT Jun 10 '11 at 12:00
I was only able to achieve this with separate tables, sorry: jsfiddle.net/3STeh Border radius (rounded border) is not supported if you use border-collapse – OmerPT Jun 10 '11 at 12:11
ok thank you for your effort OmerPT, but i need it to be in the same table, so any other suggestions would be great – Chris Jun 10 '11 at 12:24
1  
I updated your jsfiddle to only use one table: jsfiddle.net/3STeh/2 If you need to have more than one cell in a row, then you'd have to have the first table cell with left rounded corners and the last cell with right rounded corners and the centre cells with only top and bottom borders. You could target the first and last cells with first-child and last-child. – Tyssen Jun 10 '11 at 12:46
possible duplicate of CSS3 border-radius on display:table-row element – bažmegakapa Jun 10 '11 at 13:00

1 Answer

you mean like this? http://jsfiddle.net/3STeh/3/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.