[thelist] Stuck on css table borders

Hassan Schroeder hassan at webtuitive.com
Wed Sep 15 13:48:29 CDT 2004


Chris Ditty wrote:

> border-collapase isn't a valid style according to Topstyle pro. 

Then, erm, you might want to stop relying on it for validation and
use the actual specs instead... :-)

  <http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse>

> I don't want the borders to go away, I want the borders.  Both inner
> and inner-inner.  I want it to look like a calendar with thin black
> lines.

Try this as is, and then comment out the `border-collapse` and see
the difference --

table {
	border-collapse: collapse;
	}
td {
	border: 1px solid black;
	}

HTH!
-- 
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                           dream.  code.




More information about the thelist mailing list