Forum Moderators: not2easy
<div id="navmenu">
... unordered list ...
</div>
CSS
#navmenu {width: ?;}
this doesn't really work.
But that won't work as text-align:justify doesn't justify the "last" (only) line in an paragraph. The settings to change ( text-align-last: justify; [w3.org]) that behavior are in CSS3, but unfortunately not in our browsers.
So you'll have to settle for less "neat" solutions for now I'm afraid.
8 blocks in a space could use "width: 12.5%". Be ready to deal with longer items as thy might not fit anymore as well as your last item not reaching up to the end etc.