Posted by: siddesigner on: July 9, 2008
l
{
width: 30em; /* room for 3 columns */
}
ol li
{
float: left;
width: 10em; /* accommodate the widest item */
}
/* stop the floating after the list */
br
{
clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
margin-bottom: 1em;
}
July 10, 2008 at 11:56 am