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 you can see the Menu with background image. To achieve this, you need to customize the CSS Style.

  • CSS

    /*Main Menu Parent Table*/
    .ParentMainTab
    {
        ...
        background-image:url(./Images/BgImage/Background.jpg);
        background-color:Silver;
        border:outset 2px #efefef;
        ...
    }
    
    /*Main Menu Item Td Hovered*/
    .MainTde
    {
        ...
        background-image:url(./Images/BgImage/ItemOver.jpg);
        font-family:Verdana,Arial,Tahoma;
        font-size:12px;
        padding:2px;
        vertical-align:top;
        color:white;
        background-color:Gray;
        ...
    }
    
    
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