Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Building a Web Menu with Mere Mortals Security
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00885709
Message ID:
00886117
Vues:
23
>Sorry for duplicate post. I wanted to ask you a question, if I may.
>
>I know this is not a proper etiquette (hopefully UT police will not take away my membership <g>).
>
>Have you found a documentation listing various skmMenu properties, like
<SelectMenuItemStyle>
etc. and how to use CssClass with them? I have been looking around the web site but have not found it.

Yes, I was able to get these to work. After I add the menu to a form, I can go into the Properties for the menu and set the following properties:

CssClass
SubMenuCssClass

I set these to 2 different values I have in my Style Sheet:

StockIndexMenu
StockIndexSubMenu

Here are the values for those:
.StockIndexMenu
{
   font-weight: bold;
   font-size: 8pt;
   color: white;
   font-family: Verdana, Arial, Sans-Serif;
   background-color: #006699;
}
.StockIndexSubMenu
{
   font-weight: bold;
   font-size: 8pt;
   color: #006699;
   font-family: Verdana, Arial, Sans-Serif;
   background-color: white;
}
Chris McCandless
Red Sky Software
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform