I want to make no-repeat picture (background) for javascript.
e.target.style.backgroundImage = "url(sozai/a.jpg)";
In this case a.jpg will be shown as a background repeatedly but I want to have no-repeat.
Also I want to make change of transparency of the picture.