[thelist] css specs for table widths, td widths

Raymond Camden jedimaster at macromedia.com
Thu Oct 17 08:08:02 CDT 2002


What is the best way, using css, to specify that one table column should
be as small as possible, ie, just as big as the text, and the right
column as large as possible? All of this is within a table whose width
is 90%:

table.main {
	background-color: #ccff99;
	width: 90%;
	font-family: Arial;
	font-size: 12px;
	border: thin solid black;
	margin: auto;
	border-collapse: collapse;
}

By the way, if any of my CSS seems crazy, let me know.

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Hire

Email    : jedimaster at macromedia.com
WWW      : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda





More information about the thelist mailing list