Why my tree load the align text wrong on Internet?

Why my tree change the align text on Internet Explorer, in this case all the itemw are align all to the center. I Use a Tabbar and load a tree, on chrome look good, but on Internet Explorer the align is wrong.

Can you help me? or which property I need to set up on the xml or the code load tree.

Thanks.

Unfortunately we cannot reproduce this issue locally. Can you please provide complete demo where we can reproduce it? You can find tutorial how to create complete demo here docs.dhtmlx.com/doku.php?id=othe … leted_demo

It is the code:

<script>
			var tree3 = new dhtmlXTreeObject('treebox', '100%', '100%', 0);
			
			
			tree3.setSkin('dhx_skyblue');
			tree3.setImagePath("../includes/codebase/imgs/csh_yellowbooks/");
			
			tree3.enableDragAndDrop(true);
			tree3.enableThreeStateCheckboxes(true);
					
			tree3.enableKeyboardNavigation(true);
			tree3.enableAutoTooltips(true);
			tree3.loadXML('../xml/indices/indice_1984.xml');
					
		
        </script>

What is steps to reproduce this issue? What is actual result and what is expected result?

When I load the page on Internet Explorer this is the position of the text and when I load the page on Internet Explorer is OK.

I expect the text is align on the left, like a normal tree, but in this cases all the text is align on the center. There are a property for fix this.

This is very strange…

How can I solve this?

What version of dhtmlxTree are you using? Unfortunately we cannot reproduce this issue locally. Can you please provide complete demo where we can reproduce it? You can find tutorial how to create complete demo here docs.dhtmlx.com/doku.php?id=othe … leted_demo