Help with menu!

N

nomad

Hi,

I have a menu on a master page. I have set the StaticHoverStyle-Font-
Bold="true" but when I select the menu it doesn't go bold. Any ideas
why this may be? My code is below.

<span id="MainMenuHolder" style="width:100%; clear:both;">
<asp:Menu ID="Databases" runat="server"
Orientation="Horizontal" BackColor="#E3EAEB"
DynamicHorizontalOffset="2" Font-
Names="Verdana" StaticHoverStyle-Font-Bold="true"
StaticMenuItemStyle-BorderStyle="solid"
StaticMenuItemStyle-BorderWidth="4px" Font-Size="0.9em"
ForeColor="#666666"
StaticSubMenuIndent="10px"
onmenuitemclick="Databases_MenuItemClick"
Enabled="false">
<Items>
<asp:MenuItem Text="Test"
Value="Test"></asp:MenuItem>
<asp:MenuItem Text="Link"
Value="Link"></asp:MenuItem>
<asp:MenuItem Text="Partner"
Value="Partner"></asp:MenuItem>
<asp:MenuItem Text="Live"
Value="Live"></asp:MenuItem>
</Items>
</asp:Menu>


</span>
 
M

Munna

Hi,

Selected Menu have different style section... under the property group
there is styles for selected menu...
try setting on those...

if you want your menu to show style on mouse hover... try setting
StaticHoverStyle-cssclass to a custom css class
and in css class define a font section and mark it as important!.

this could be happening because of your menus are inheriting styles
from a parent element...

Best of luck

---------
Munna

www.munna.shatkotha.com
www.shatkotha.com
www.munna.shatkotha.com/blog
 

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,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top