jQuery UI可调整大小 - 如何加厚句柄

osh*_*nen 11 css jquery jquery-ui jquery-ui-resizable jquery-ui-theme

是否可以使手柄更厚,更容易抓住?

例如,在下面的链接中,您会注意到我只在底部的div上有一个句柄,很难掌握使用鼠标,因为它似乎是1px高.是否可以使手柄高度为10px,因此它的外观和感觉就像图像被抓住了?

http://jsfiddle.net/rYFEY/25/

thi*_*dot 9

.ui-resizable-s {
    bottom: 0;
    height: 10px;
}
Run Code Online (Sandbox Code Playgroud)

请参阅:http://jsfiddle.net/thirtydot/rYFEY/376/

+ rgba为清晰起见:http://jsfiddle.net/thirtydot/rYFEY/377/

+ rgba- overflow: hidden默认值bottom: -5px:http://jsfiddle.net/thirtydot/rYFEY/378/