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

Radasynupload z-index issue

1 Answer 43 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
scvn80
Top achievements
Rank 1
scvn80 asked on 26 Aug 2013, 12:44 PM
Hello Telerik team.

   I'm using Radasynupload Telerik asp.net Q3 2012. When my page has vertical scroll, radasynupload overflow on page. It only happen in IE. I'm using WindowXP, IIS5
Here is my RadAsyncUpload declaration :

<telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" TemporaryFolder="TempUpload" InputSize="5"  Width="30px"><br>
                                        </telerik:RadAsyncUpload>
   I use firebug to view style and I see this :
.RadUpload .ruStyled .ruFileInput
        {
            opacity: 0;
            position: absolute;
            z-index: 1;
        }

   How can I fix position RadAsyncUpload  when scroll ?

Thanks for your helps.

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 29 Aug 2013, 08:39 AM
Hi,

Please make a screenshot and point the IE version. Is it possible to paste a link to your live page, so we can inspect the css on the page?

Additionally I have noticed that you are putting <br> tag inside the AsyncUpload's markup. It should be removed:
<telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" TemporaryFolder="TempUpload" InputSize="5"  Width="30px"><br>
</telerik:RadAsyncUpload>

Regards,
Hristo Valyavicharski
Telerik
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 the blog feed now.
Tags
Upload (Obsolete)
Asked by
scvn80
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or