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

Position Absolute by default why ?

2 Answers 73 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
feras
Top achievements
Rank 1
feras asked on 14 Aug 2014, 11:50 AM
my raddropdowntree appears always at the top of html DOM , before the form , with absolute position

How can keep it in the same place I put in the aspx page with absolute positioning .

2 Answers, 1 is accepted

Sort by
0
feras
Top achievements
Rank 1
answered on 14 Aug 2014, 11:54 AM
[quote]feras taleb said:my raddropdowntree appears always at the top of html DOM , before the form , with absolute position

How can keep it in the same place I put in the aspx page with absolute positioning .

[/quote]

sorry I meant  How Can I keep it in the same place inside the html heirarchy , withOUT absoulte positioning .
0
Magdalena
Telerik team
answered on 15 Aug 2014, 02:22 PM
Hi Feras,

You can try the following
html .rddtSlide,
html .rddtDropDownSlide {
    position: static;
}


Regards,
Magdalena
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DropDownTree
Asked by
feras
Top achievements
Rank 1
Answers by
feras
Top achievements
Rank 1
Magdalena
Telerik team
Share this question
or