Hi,
I’m developing a web application that will be used in internet explorer 6. I use images in a dhtmlx Tree.
Due to this bug (see: support.microsoft.com/default.as … -us;319546 ), images are not cached and downloaded several time
. I’ve received your answer concerning dhtmlxGrid, do you have a solution to fix that bug with Tree too ?
Regards,
Yoann
The tree has native method to change inline images to backgrounds, not affected by mentioned bug, just add next line to the tree initialization
tree.enableIEImageFix(true);