Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Saravana on Sep 11, 2007 13:46
open dhtmlx forum
Auto fill handler

I want to add a dragger image in right bottom corner of a selected cell. How to ass this from css file? Using this i want to implement autofill/copycells function..
Answer posted on Sep 11, 2007 15:14
>>I want to add a dragger image in right bottom corner of a selected cell. How to ass this from css file?

Through css it can be done as
div.gridbox table.obj tr.rowselected td.cellselected{
    background-image:url(some);
    bacground-position:bottom right;
}