This is a migrated thread and some comments may be shown as answers.

change of selectbutton

5 Answers 89 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Mart
Top achievements
Rank 1
Mart asked on 17 Feb 2012, 01:08 PM
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

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

Sort by
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.
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 
0
Accepted
Peter Filipov
Telerik team
answered on 22 Feb 2012, 10:59 AM
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
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.
0
Peter Filipov
Telerik team
answered on 01 Mar 2012, 06:10 PM
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
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.
Tags
AsyncUpload
Asked by
Mart
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Mart
Top achievements
Rank 1
Peter Filipov
Telerik team
Owen
Top achievements
Rank 1
Share this question
or