Hello,
I Want to change the back-image of the selectbutton
I searched for it on your forum but I can not fix it
I have radasynxupload on a dialog form
The width i working correct but the backgroundimage newbutton is not loaded
this is the Radasyncupload on my form:
Please can anyone help me?
Mart
I Want to change the back-image of the selectbutton
I searched for it on your forum but I can not fix it
I have radasynxupload on a dialog form
this is the style i use in the form
.ruBrowse
{
background-image: url(/Images/newbutton.gif);
background-position: 0 -46px !important;
width: 150px !important;
}The width i working correct but the backgroundimage newbutton is not loaded
this is the Radasyncupload on my form:
<
telerik:RadAsyncUpload ID="AsyncUpload1" runat="server"
AllowedFileExtensions="jpeg,jpg,gif,png,bmp" MaxFileInputsCount="1"
OnClientFileUploaded="fileUploaded" OnClientValidationFailed="validationFailed"
OnFileUploaded="AsyncUpload1_FileUploaded" Width="273px" Height="16px">
<Localization Select="Kies diploma /certificaat" />
</telerik:RadAsyncUpload>
Please can anyone help me?
Mart
5 Answers, 1 is accepted
0
Princy
Top achievements
Rank 2
answered on 17 Feb 2012, 01:49 PM
Hello,
Check the following forum thread which discussed similar scenario.
increasing size of upload button in RadAsyncUpload
Thanks,
Princy.
Check the following forum thread which discussed similar scenario.
increasing size of upload button in RadAsyncUpload
Thanks,
Princy.
0
Mart
Top achievements
Rank 1
answered on 17 Feb 2012, 02:02 PM
Hello Princy,
I tried this thread but without succes.
It seems that the image can not be found
I tried this thread but without succes.
It seems that the image can not be found
0
Accepted
Hi Mart,
I've prepared a sample project for your case, you could find it attachment. Probably the image in your code is not loaded because there is one extra slash("/") in front of the relative path of the image.
All the best,
Peter Filipov
the Telerik team
I've prepared a sample project for your case, you could find it attachment. Probably the image in your code is not loaded because there is one extra slash("/") in front of the relative path of the image.
All the best,
Peter Filipov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Owen
Top achievements
Rank 1
answered on 27 Feb 2012, 10:39 PM
Can you please help me with this issue? I don't know why or what is the little black square box showing in front of my radasyncupload control? I thought it was a bad image of the check box and I tried hiding it like below but it doesn't resolve it.
.RadUpload .ruCheck
{
display:none;
}
What's really this is blackbox? and how to get rid of it? I'm using DNN 6.1.1 with latest Rad Ajax Controls.
.RadUpload .ruCheck
{
display:none;
}
What's really this is blackbox? and how to get rid of it? I'm using DNN 6.1.1 with latest Rad Ajax Controls.
0
Hi Owen,
Regarding your issue my suggestion is that you find the correct CSS class and override it by increasing its specificity. Please inspect the element with FireBug and check its styles. To hide the square you should set list style property to none.
Regards,
Peter Filipov
the Telerik team
Regarding your issue my suggestion is that you find the correct CSS class and override it by increasing its specificity. Please inspect the element with FireBug and check its styles. To hide the square you should set list style property to none.
Regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.