vote up 0 vote down star

Hello friends,

I am developing a web site for engineering purpose. I am using a master page. On the master page I have put ASP.Net menu control, and dynamically changing the static and it's dynamic menus. I need the top static menus are in horizontal look, that we can get directly by setting the orientation property. But while hovering on the static menu, the submenus are vertical. I need the sub menus are also in horizontal look. For ref. you can visit www.airIndia.com or http://home.airindia.in/SBCMS/WebPages/Home.aspx?CityId=Ind.

Thank you.

flag

1 Answer

vote up 0 vote down

Hey, I'm not sure if this is what you're looking for, but several ASP.NET forum posts regarding horizontal submenus referred to this article. It uses a combination of two <asp:Menu>s to achieve the effect.

Also, I would look into use CSS adapters, but I've also found that people who have tried this before got to the point where they were trying to modify JavaScript as well, and eventually gave up and used third party components.

Perhaps you could even roll your own and use the <asp:Repeater> control, binding your SiteMap to it. There are plenty of CSS-based navigation menus, just search around. A List Apart is a good place to start.

link|flag
Thank you very much, it helps me little bit. But I am not getting that effect which I want. Thanks – Kamlesh Aug 21 at 13:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.