Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Philipp Frenzel on Jan 12, 2010 03:27
open dhtmlx forum
dhtmlxTree in dhtmlxLayout in IE7.0

Hello,

I currently have a problem with my dhtmlxTreeview and dhtmlxLayout... I embedded the tree inside a <div>-Container into the Layout-Object. In Chrome, IE8, Firefox 3.x everything works fine, as the tree moves up and down inside the Layout. When I start the application in IE7, the tree stays at the same postition and all other components go up and down behind the tree. I tried to fix it with several stylesheet properties, but itīs not working...:(

Any Idea, how to fix it? The same effect appears when i build a <div>-Container with style="postition:relative"

Thx for your help!
Answer posted by Alex (support) on Jan 12, 2010 07:13

Hello

it is better to ready functionality to attach tree: attachTree() method. Please have a look at the sample:

http://dhtmlx.com/docs/products/dhtmlxLayout/samples/04_components/01_tree.html

Answer posted by Philipp Frenzel on Jan 12, 2010 15:19
Thx for your answer, I thought about that, but I still have other elements in the layout, which should appear in front or in rear of the tree! Is theire a solution for attaching those elements?
Answer posted by Alex (support) on Jan 13, 2010 01:10

You can use another layout, with more cells. So, the other element can be placed into additional cells. 

If this solution isn't approapriate, please provide the complete demo to recreate the issue.