Is there a way to create an elastic menu that resizes to fit a fixed width size <div> as pages are added / subtracted? I assume that's more of a CSS question, but I thought I'd toss the question out there to see if anyone else has run into this. I've never figured it out. Thanks, Kevin
First thing wich comes to mind is do not set a width and use margin 0 auto 0 auto,
but I don't know how it will do on li
Other option is to use table cells instead of ul - li li?
Table cells tend to fill evenly. And it is easy enough to create with show_menu2
John