Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Building a Web Menu with Mere Mortals Security
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00885709
Message ID:
00886117
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform