After creating resizeable div (resize:both is CSS) i'm albe to resize it after clicking on right bottom corner of div. In firefox it looks like:
But i want to place there my custom image , how to do it ?
#resizeablediv {
width:200px;
height:200px;
resize:both;
background-color:black;
overflow:auto;
}