Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

How Simple1 skin is created

This following table lists properties used by the built-in Simple1 skin.
Property Value Remarks

The following properties apply on the _Default look. The Default look is automatically applied to all navigation items whose LookID is the default value Auto when there is no other look item defined.

  • To access the _Default look item in code, use Menu.ItemLooks.Default
  • To modify the _Default look with Menu Builder, start Menu Builder, select the _Default look item, then edit its properties in the property grid;
NormalStyle.CssText border-left: #9c9a9c 1px solid;
border-right: #9c9a9c 1px solid;
border-top: #9c9a9c 1px solid;
border-bottom: #9c9a9c 1px solid;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
color: #003000;
background-color: #efefef
Specifies border, padding, background-color and font color.
HoverStyle.CssText border-left: #9c9a9c 1px solid;
border-right: #9c9a9c 1px solid;
border-top: #9c9a9c 1px solid;
border-bottom: #9c9a9c 1px solid;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
color: #9c6500;
background-color: #efefef
Almost identical to NormlStyle, however the font color is different.
SubMenu.Style.CssText padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 8pt;
cursor: hand;
border-left-style: none;
border-right-style: none;
border-top-style: none;
border-bottom-style: none;
color: #003000;
font-family: verdana;
background-color: transparent;
Specifies the border, font and cursor for the menu group.
LeftIcon.Url Blank built-in image "Blank" renders as a 1 by 1 transparent image.
LeftIcon.HoverUrl Triangle1 Renders built-in image "Triangle1" when mouse hovers over the item.
SubMenu.ItemSpacing 1 1 pixels between navigation items.
SubMenu.LeftIconCellWidth 7 Reserves space for the highlighting left icon .
SubMenu.ShadowDepth 0 No shadows.

Direct link to this topic