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


To add a Transparency you need to customize the CSS Style.
  • CSS

    
    /*SubMenu Parent Table*/
    .ParentSubTab{
    	background-color:silver;
    	border:solid 1px #efefef;
    	filter:alpha(opacity=80);
    	-moz-opacity:0.8;
    	opacity:0.8;
    }
    
    

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



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