How to create a table with no outer border but inner borders only. Something like this one (See bottom right in the page). I know that I can create it manually like they did, I mean to give a class to each td but isn't out there a better way to realize this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
No they didn't do it that way, it's done in a nice way! :) This removes the right border from the cells:
(In the same way you can remove the bottom-border for the last row. You can use Firebug to analyse their CSS, helps a lot!) |
|||||||||||||||
|
|
Here's a solution that'll work in all browsers, but requires you to add a CSS class to the furthest right and bottom
JSFiddle: http://jsfiddle.net/HS4nQ/3/ |
|||
|
|
You can style the
|
|||
|
|
|
This is the :first-child variation:
|
|||
|
|