我正在使用jquery-ui-rotatable
为什么背景图片没有显示? background-image: url('http://icdn.pro/images/en/l/e/left-an-object-rotation-icone-3698-128.png');
示例jsFiddle
.ui-rotatable-handle {
height: 16px;
width: 16px;
cursor: pointer;
background-image: url(16x16.png); // not showing
background-size: 100%;
left: 2px;
bottom: 2px;
}
如何制作背景图片?