Need ,ore information to be honest.  Is it only a certain browser?  By default, 
td elements are only as wide as the content that is in them unless you have a 
specific width set on the td element via CSS or inline attribute in the HTML.

Also, keep in mind, when I say content that is in them, if you have a column of 
6 cells and the last cell's content is the widest, all of the previous cells 
will stretch to the same width of the 6th cell.

And in your CSS example, you have a 20px padding for both left and right, which 
provides additional width of the cells.

Sent from my iPad

On May 2, 2011, at 10:34 PM, Gnarlodious <[email protected]> wrote:

> For some reason these cells refuse to shrink to the size of their
> content:
> http://Sectrum.com
> 
> CSS looks like:
> table.Gnomon {margin:auto}
> td.True, td.False {font-size:250%; color:#CCC; padding:0px 20px;
> border:1px solid #777}
> 
> I'm a little befuddled, I tried every trick I could think of.  I want
> the bottom and top border to be tight against the numbers. What is
> wrong?
> 
> -- Gnarlie
> 
> -- 
> --
> You received this because you are subscribed to the "Design the Web with CSS" 
> at Google groups.
> To post: [email protected]
> To unsubscribe: [email protected]

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to