APNSoft.com - Web Controls, components for ASP.NET
 About Us 
 Articles 
 Products
 Downloads 
 Purchase
 Support

ComboBox
Controls Suite 4.5


Overview
Features
Reference Book
Live Demos
Populating with Data
Appearance
Skins
With Icons
Background Image
Transparency
Shadow
Behavior
Programming
Application scenarios







This example demonstrates semi-transparent DropDown List. To add a Transparency to the element, modify corresponding classes in the CSS Style.

  • CSS

    /*DropDown List: DIV*/
    .ListDIV
    {
         border:solid 1px black;
         background-color:white;
    
         filter:alpha(opacity=90);
         -moz-opacity:0.90;
         opacity:0.90;
    }
    
    




Code Samples:


© 2003-2024 APNSoft. All rights reserved.    Terms of use.