here is my code
jQuery("#tree").setCell (i,3,'',{"style='width':'18px'"});
and when i select the cell from firebug the cell looks like this:
<td aria-describedby="tree_name" title="task5" style="" role="gridcell">
<div class="tree-wrap tree-wrap-ltr" style="width: 50px;">
<div class="ui-icon ui-icon-radio-off tree-leaf treeclick" style="left: 36px;"></div>
</div>
<span class="cell-wrapperleaf">task5</span>
</td>
i want to change the "width" of first "div" and "left" of second "div"