Rank: Newbie Groups: Member
Joined: 11/18/2007 Posts: 2
|
hello,
I'd like to know if there is an option to make the menu widt equal to the browser windows width. Now the width is auto-adjusted based on how many items I place in it.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Try to set the menu's TopLevelItemAlign to None first, you can then set the menu's Width to 100%. That may not work precisely because different browsers have different peculiars handling 100%. In that case you would want to put the menu inside a background element (a table, for example), then set the background element to have the same background looking as the menu, that way it will look like the menu has filled full width.
Thanks
|