I'm trying to make a flexible, horizontal menu that will always have a total width of 100%. Regardless of the number of menuEntries.
I imagine that i need a script that will read the number of li, devide that number with the width of the ul and set the result as the width of the li..?
Basically i'm hoping to emulate the functionality of the new css3 "box-flex" as described in this post, only with Jquery.