Tudor Hariton wrote:

> If I understand it right... you could do this with every "item" in a div 
> with float: left;

Yes, and that works - somewhat. I put a partially stripped down
version of the working page up and as can be seen, there are some
issues on the "item" divs in the left column. Because, these are
book descriptions, there is no standard length to correspond with
a height dimension. Below, the CSS for the "booklist" and "books"
divs.

Reese


--

HTML: http://inkworkswell.net/temp/columns.php
CSS: http://inkworkswell.net/temp/columns.css

In particular:

#booklist {
        width: 625px;
        float: right;
        clear: right;
        margin-right: 20px;
        border: 1px solid #000;
        }       
.books {
        width: 275px;
        border: 1px solid #000;
        margin: 2px 20px 20px 2px;
        font: smaller "Trebuchet MS", arial, helvetica;
        float: left;
        }
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to