我想知道为什么下面的代码不起作用?
谢谢..
尝试包括一个 jQueryUI 样式表。或者,您可能能够摆脱定义以下 CSS 类:
.ui-resizable-handle {
display: block;
font-size: 0.1px;
position: absolute;
z-index: 99999;
}
.ui-resizable-s {
bottom: -5px;
cursor: s-resize;
height: 7px;
left: 0;
width: 100%;
}
.ui-resizable {
position: relative;
}
.ui-resizable-e {
cursor: e-resize;
height: 100%;
right: -5px;
top: 0;
width: 7px;
}
.ui-resizable-s {
bottom: -5px;
cursor: s-resize;
height: 7px;
left: 0;
width: 100%;
}
.ui-resizable-se {
bottom: 1px;
cursor: se-resize;
height: 12px;
right: 1px;
width: 12px;
}
更新示例:http: //jsfiddle.net/PUBrS/
添加资源 -> 添加 UI