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







On this example you can see the ComboBox with background image. To achieve this, modify corresponding classes in the CSS Style.

  • CSS

    /*DropDown List: DIV*/
    .ListDIV
    {
    	border:outset 2px Silver;
    	background:#D9D9D9 url($SkinFolder$Background.jpg);
    }
    
    




Code Samples:


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