<ul>
<li style="width:60%;float:left;"> List item to the left side </li>
<li style="width:40%;float:right;"> List item to the right side
</li>
</ul>
---------------------
This is a nice effect. It's working well in NS7 but not so well in IE6.
If you're serious about a general site supporting many browsers, you may
need to resort to a table to position these footer elements.
Sam