ASP.NET Menu Control Option Help

N

NvrBst

I'm using Visual Web Developer Express 2008. I added a Menu Control.
Is there a property I can select to keep the Parent Item's Hover State
on when hovering over to the Child Items? I want to keep the
background color of the Parent Item to stay when moving over to the
child items.


Also is there a way to have certain menu items a different style. IE
I want the 1st Item to be a little bigger and then 3 items under it to
be normal size kind of thing.

IE Header to be bolded and maybe a font size bigger, while Nets
normal? Would I have to use mulitple controls or MenuItem control
allows this?
<asp:MenuItem Text="Header" Value="Header"></asp:MenuItem>
<asp:MenuItem Text="Nets" Value="Nets"></asp:MenuItem>

Thanks
NB
 
N

NvrBst

I'm using Visual Web Developer Express 2008. I added a Menu Control.
Is there a property I can select to keep the Parent Item's Hover State
on when hovering over to the Child Items? I want to keep the
background color of the Parent Item to stay when moving over to the
child items.

Also is there a way to have certain menu items a different style. IE
I want the 1st Item to be a little bigger and then 3 items under it to
be normal size kind of thing.

IE Header to be bolded and maybe a font size bigger, while Nets
normal? Would I have to use mulitple controls or MenuItem control
allows this?
<asp:MenuItem Text="Header" Value="Header"></asp:MenuItem>
<asp:MenuItem Text="Nets" Value="Nets"></asp:MenuItem>

Thanks
NB

Found out how to do it. <LevelMenuItemStyles> with customs CssClass
files for each submenu with the <asp:Menu ... StaticDisplayLevels=xx>
option set to choose when it turns dynamic.

http://msdn2.microsoft.com/en-us/library/ms366731.aspx Has a good
resource.

NB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top