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:
00886121
Views:
17
Thank you so much for the explanation and your code.

>>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;
>}
>
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform