Tree : Alignment of Parent and Child along in a single vert


Hi


I added the following code to my DHTMLXGrid.css file   


div.gridbox img.space{


display:none;


}


 


in order to make the gap between Parent and Child as zero but still the gap between them is same. I also tried deleting blanc.gif file but didnt get the required output . Kindly help me out regarding the abive issue


 


regards


 


Krishna

In case of IE without DOCTYPE, you may need to add one more style defenition ( the code provided last time works for FF and for IE in “standard compatibility”  mode )

     div.gridbox span.space{
       display:none;
     }

Attached sample shows such style applying and works in both IE and FF


pro_treeGrid_init.zip (1.41 KB)