A method to distribute elements evenly in a container using CSS appeared on Smashing Magazine today.
I recently had to use Javascript to achieve the same effect for
Trevor Dixon's improved variant (without extra )
HTML
Home News Theme Activities Contact
CSS
ul { margin: 0; padding: 0; } ul li { display: inline-block; text-align: justify; } ul:after{ display: inline-block; content: ''; width: 100%; height: 0; }