[CLOSED] the css background-color:Transparent does not work for TextField

  1. #1

    [CLOSED] the css background-color:Transparent does not work for TextField

    Hi,

    I am trying to make a TextField transparent using CSS but it does not work.


    
    
    
    
    .textControlBackImage
    
    
    
    {
    
    
    height: 19px;
    
    
    width: 140px;
    
    
    background-color:Transparent;
    
    
    border-style:none;
    
    
    font-family: Arial, Helvetica, sans-serif;
    
    
    font-size: 12px;
    
    
    font-weight: normal;
    
    
    color: #00631C;
    
    
    }
    
    
    
    
    <ext:TextField ID="TextCITYField" runat="server" 
    
    
    Cls="textControlBackImage">
    
    
    </ext:TextField>
  2. #2

    RE: [CLOSED] the css background-color:Transparent does not work for TextField

    Hi,

    TextField uses background image therefore try the following
    background: transparent none !important;
  3. #3

    RE: [CLOSED] the css background-color:Transparent does not work for TextField

    Hi Vladimir,

    Thanks for the example. It worked fine.


Similar Threads

  1. Dynamically change textfield background color
    By VALUELAB in forum 1.x Help
    Replies: 0
    Last Post: Mar 04, 2011, 4:50 PM
  2. [CLOSED] Window transparent background.
    By alainfo in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 17, 2010, 9:24 AM
  3. iframe transparent background
    By pintun in forum 1.x Help
    Replies: 1
    Last Post: Nov 05, 2009, 1:50 PM
  4. Replies: 12
    Last Post: Jun 17, 2009, 12:07 PM
  5. Replies: 2
    Last Post: Jan 07, 2009, 10:33 AM

Posting Permissions