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
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