Categories | Question details Back To List | ||
IE style problem (dhtmlxTree) Hi, in IE 8 i have a style problem: at one of my folder(node) is a wrong width at the Icon. I dont know how to fix it. for better understanding i have made an image: http://85.214.65.144/pics/error.jpg pink background is style class .standartTreeImage to different here is my XML- Code: <?xml version="1.0" encoding="utf-8" ?> - <tree id="0"> + <item text="Papierkorb" id="p" im0="waste.gif" im1="waste.gif" im2="waste.gif"> <userdata name="waste">true</userdata> </item> - <item text="Verträge mit Fotografen Vertragsvorlage | Contratos com Fotógrafos Padrão de Contrato" open="1" id="7" call="1" select="1" im0="folder.gif" im1="folder.gif" im2="folder.gif"> <userdata name="folder">true</userdata> </item> - <item text="Veranstaltungen | Eventos" open="1" id="9" call="1" select="1" im0="folder.gif" im1="folder.gif" im2="folder.gif"> <userdata name="folder">true</userdata> <item text="Erstes Internationales Symposium zu Dreieckskooperation | Primeiro Simpósio Internacional sobre Cooperação Triangular" id="10" im0="doc.gif" /> </item> - <item text="Mitarbeiter Deutsche EZ in Brasilien | Empregados Cooperação Alemã no Brasil" open="1" id="8" call="1" select="1" im0="folder.gif" im1="folder.gif" im2="folder.gif"> <userdata name="folder">true</userdata> <item text="DED | DED" id="11" im0="doc.gif" /> <item text="GTZ | GTZ" id="12" im0="doc.gif" /> </item> </tree> there are no problems in FF and Safari. thanks Answer posted by Alex (support) on Aug 27, 2009 07:46 Hello, please provide the sample to recreate the issue. You can send it also to support@dhtmlx.com |