WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: KP on September 01, 2011, 10:14:33 PM

Title: Elastic Horizontal Menu
Post by: KP on September 01, 2011, 10:14:33 PM
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
Title: Re: Elastic Horizontal Menu
Post by: pcwacht on September 01, 2011, 10:34:21 PM
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