Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET 2.0: Menu Control and Horizontal

Status
Not open for further replies.

jkb17

Programmer
Nov 27, 2000
156
US
Hello,

I have a menu included on a master page (master1.master). This master page is at the root directory of the web application and is loaded dynamically via web.sitemap sitemap XML document.

The master page already includes the sitemasterdatasource control that allows for auto loading.

Everything work great!

BUT for some reason my menu items appear nested. What I would like is for there to be 4 top level menus that are all visible to my user. Each top level item will have 2-5 children of its own.

My problem is that the menu display only a root node, you roll over root node and see the 4 children then roll over a child to have it slide out horizontally.

It should be more like:

Home Root1 Root2 Root3

vs

home
Root1
Root2
Root3

I have to Orientation Property set as Horizontal already.

I am thinking nesting site maps or something? Any help is appreciated.

Thanks in advance,

James



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top