-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Grady Kelly wrote:
> I tried floating them in a wrapper div, and of course, I can do it, but I
> cannot seem to get the third column to be liquid. If I give it a width of
> 100% it craps out on me.
Try floating the first two columns left and giving the thirds a
margin-left equal to the sum of the widths of the first two columns
(don't set any width on the third column- since it's display: block;
it'll take up the available space).
Ex:
#first { float: left; width: x; }
#second { float: left; width: y; }
#third { margin-left: x+y; }
Hope this helps,
Ricky
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFuTR8iXbZ7NjlUcARAihoAKCeH5yULZSUb/LpuxziQUWq9s3WPgCdEjZz
LO0ZcUfGRVupK7hKiKbdQPg=
=eiew
-----END PGP SIGNATURE-----
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/