I am wondering if there is a better way for positioning this example of auto
generated content from an sqlite database.
http:www.stephengdell.com/links/
As some floats get longer, once a new row starts everything stays level with
the new row and there will end up being a lot of wasted space.
Is there any way to get the floats to rise up to fill in the empty space?
the rule I'm using on the modules is
div.section {
display:block;
float:left;
clear: none;
width:13%;
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
padding:1.5em;
border:1px solid #3792b3;
margin:1em;
background-color: #FFF;
}
I also tried just
display:inline-block;
but pretty similar result
thanks
steve
______________________________________________________________________
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/