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

Right Align RadUpload

1 Answer 132 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Manuel Ortiz
Top achievements
Rank 1
Manuel Ortiz asked on 08 Jun 2010, 02:39 AM
Hi, I have a radupload inside a <div> container on my page.  The control always defaults to the left side even though I set the text-align and float properties to "right" in the div as well as in the control.  I need this control to be on the right side of the div.  Please help me with this since it is driving me crazy!!!

Thanks,
Manuel

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Jun 2010, 08:09 AM
Hello Manuel,

Give a try with the following CSS :

<style type="text/css"
        .RadUpload, .RadUploadProgressArea 
        { 
            floatright !important; 
        } 
</style> 

Regards,
Shinu.



Tags
Upload (Obsolete)
Asked by
Manuel Ortiz
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or