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

RadControls for asp.net AJAx

2 Answers 53 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
anju
Top achievements
Rank 1
anju asked on 11 Mar 2009, 06:05 AM
i downloaded the trial version of asp.net ajax rad controls dlll of version 2008.3.1314.35. it is very helpful and user friendly control. but a lot more to work for the browser compatiability.


Now i am using the rad upload control of teh dll. but i am facing a small issue in ie7. i am attaching the screenshot of that. when i mose over the rad upload control it will display as in the screenshot attached.
please help me to get out of this problem

Thanks & Regards
Anju

2 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 11 Mar 2009, 10:08 AM
Hi Anju,

Have you tried to reproduce the problem in our online demos? From the screenshot, it seems to me that there are some clashing CSS styles on your page (the standard file upload should be hidden through CSS opacity).

Best wishes,
Alex
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
anju
Top achievements
Rank 1
answered on 13 Mar 2009, 04:55 AM
Hi,

I resolved the issue by  overriding the style as you said.
ie
 .ruStyled .ruFileInput
{
 position:absolute;
 z-index:1;
 opacity:0;/*Opera,Firefox*/
 -moz-opacity:0;/*Firefox*/
 filter:alpha(opacity=0) !important;/*IE*/
}

thank you for your help.
Tags
Upload (Obsolete)
Asked by
anju
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
anju
Top achievements
Rank 1
Share this question
or