Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to Show a png icon in place of RadAsycUpload control

how i can set height using css ?


ASP.NET
<telerik:RadAsyncUpload runat="server" DisablePlugins="true" EnableInlineProgress="false" ID="AsyncUpload1" OnClientFileUploaded="OnClientFilesUploaded"<br>                    UploadedFilesRendering="BelowFileInput" MultipleFileSelection="Automatic" InputSize="20"><>                    <Localization Select="" /></telerik:RadAsyncUpload>




CSS
div.RadUpload_Default .ruBrowse, div.RadUpload_Default .ruBrowse .ruButtonHover, .ruButton.ruButtonFocus
{ background-image: url('../Images/Document-icon.png') !important;
background-repeat: no-repeat;
background-position: 0 -5px !important;
width: 122px !important;
background-size: 32px 32px;
height: 132px !important;
width: 32px !important;
        }
div.RadUpload_Default .ruFakeInput{display: none;
  }
div.RadUpload_Default.ruFileInput
{
display: none;
}
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900