APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

Menu
Version 3.5



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Appearance
Layout
Behavior
Programming




HomeAbout Us
ProductsSolutionsSupport
Site Map


Home

About Us

Products

Solutions

Support

Site Map


On this example the menu uses the ItemOverCustomization property. To create a border for the hovered menu item, you need to:

  1. Set the component property ItemOverCustomization = true
  2. Skip this step if the menu is vertical. For the main menu items (horizontal menu): edit the class MainTde (by default it is included in the CSS Style).
  3. Skip this step if the menu is horizontal. For the main menu items (vertical menu): add new classes (MainTd_1, MainTd_2 and MainTd_3) to the CSS Style.
  4. For the submenu items (horizontal or vertical menu): add new classes (SubTd_1, SubTd_2 and SubTd_3) to the CSS Style.

Code Samples (Horizontal Menu):
WebForm1.aspxWebForm1.aspx.csWebForm1.aspx.vbMenu.XML
Skin Style (Horizontal)Skin Images  

Code Samples (Vertical Menu):
WebForm1.aspxWebForm1.aspx.csWebForm1.aspx.vbMenu.XML
Skin Style (Vertical)Skin Images  



  © 2003-2008 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center