Rank: Newbie Groups: Member
Joined: 10/11/2007 Posts: 1
|
I recently converted from the 1.1 .Net framework to 2.0 and updated the existing menu to the 2.0 version (EO.Web, Version 3.1.20.2) . The menu has a vertical orientation and I expect it to fill 100% of the vertical space on any given web page. The old 1.1 menu displays fine, but the new menu only goes as far as there are menu items. If I attempt to adjust the height of the menu, the menu displays the width and "auto" (ex: 175px,Auto), and will not let me adjust height. Any ideas on how to fix this issue?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Jim,
There is no difference between the 1.1 build and 2.0 build as far as for menu height. What you are seeing might be some changes in Visual Studio Web Form Designer. In either case I am not aware that our menu can fill 100% of the vertical space. You can use a container element (DIV, TABLE, ect) to hold the menu and set the background of the container elements to make it looks like the menu filled 100% vertical space, but the menu itself actually does not do it.
Thanks
|