473,395 Members | 1,688 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Help with menu!

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>
Jul 16 '08 #1
1 1134
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
Jul 16 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jackson Yap | last post by:
can someone kind enough to help me look at the attached html and js file? Why is it that the javascript menu could not work at www.apchosting.net but could work at...
6
by: Mark Reed | last post by:
Hi all, I am trying to learn a little about programming (I know next to nothing so far) and have found some code which hides the toolbars. However, this bit of code is a little too effective and...
13
by: Andrew Bell | last post by:
I'm doing a uni course in the UK and one of my semesters is about programming. This is just going to be compilied and executed with no menu just using command promt (javac classfile.class) I am...
4
by: Bob Homes | last post by:
In VB6, I used a system, which I loved, whereby I assigned a "helpId" to each menu item; that way, you could rest the cursor on the item (without actually running it) and then press F1 to get...
2
by: -D- | last post by:
I'm taking my first stab at using xml, so please bear with my novice questions and understanding of xml. I'm trying to create an xml file that holds all my website navigation. If I understand...
4
by: Edward K. Ream | last post by:
Hello all, Creating a 'Help' menu 'by hand' on the Mac does not work, or rather, it creates a *second* Help menu. There are hints about how to do this at:
22
by: Amali | last post by:
I'm newdie in c programming. this is my first project in programming. I have to write a program for a airline reservation. this is what i have done yet. but when it runs it shows the number of...
0
by: sandyw | last post by:
Hello Everyone: I need some help with a GUI project. What I want to do is when someone select the File Menu and chose New a Jpanel will open. I have tried to write the code which is called class...
0
by: hitencontractor | last post by:
I am working on .NET Version 2003 making an SDI application that calls MS Excel 2003. I added a menu item called "MyApp Help" in the end of the menu bar to show Help-> About. The application...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.