Floating boxes and no number navigation
Anchor (A) tags in the list items are styled to look like boxes and the LI's are floated left so that they will dynamically wrap from left to right and down. Take a look at the listnav.css file used in this page to see how it's done (look for #demoFour). The 0-9 number navigation item is hidden by the includeNums:false option.
$('#demoFour').listnav({
includeNums: false
});