html - Styling table issue -


so want table have borders below each row.

td{      border-bottom-style: solid;} 

but, between columns, there visible border break. don't how can remove that?

table {     border-collapse: collapse; } 

http://jsfiddle.net/adrift/lsnr7/


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -