DHTML Tree IE6 Problem

Respectfully,



I have problem with yours DHTMLX Tree in IE6. Browser loads tree-picture every time when he creates tree-node. This make this process to long.



You can see the problem here:

et-katalog.com/dauphin_new/tree-test.html



Can you help me to solve this problem?



Best Regards,

Vladan

There is known issue with image caching in IE , you can enable fix by next command
      tree.enableIEImageFix(true);

It will change the way how images created, which  must resolve problem in IE.