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…

>>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;
}