Hmm, there is any way to do on first example(table) like in second example?
http://jsfiddle.net/DtUs2/15/
I want to do on thead background image or smth, cuz now on first example is background green and between
If I've understood the question properly you need to collapse the borders on your table. Add the following:
table#asd{ border-collapse:collapse; }
Och, thanks :).
Och one question there will work?
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
Border-collapse seems to not play nicely with Border-radius.
I found this tutorial which may help:
http://www.red-team-design.com/practical-css3-tables-with-rounded-corners
[deleted]
Hmm, there is any way to do on first example(table) like in second example?
http://jsfiddle.net/DtUs2/15/
I want to do on thead background image or smth, cuz now on first example is background green and between
is white color so I want to remove them(smth like in second example)If I've understood the question properly you need to collapse the borders on your table. Add the following:
table#asd{ border-collapse:collapse; }
Och, thanks :).
Och one question there will work?
Border-collapse seems to not play nicely with Border-radius.
I found this tutorial which may help:
http://www.red-team-design.com/practical-css3-tables-with-rounded-corners
[deleted]