jquery-ui-theme

jQuery UI Resizable - How to thicken handle

可紊 提交于 2019-12-10 01:49:49
问题 Is it possible to make the handle thicker, for easier grabbing? For example, in the link below, you will notice that I have a handle on a div at the bottom only, which is difficult to get hold of using the mouse as it seems to be 1px high. Is it possible to make the handle 10px heigh, so it looks and feels like the image is being grabbed? http://jsfiddle.net/rYFEY/25/ 回答1: .ui-resizable-s { bottom: 0; height: 10px; } See: http://jsfiddle.net/thirtydot/rYFEY/376/ + rgba for clarity: http:/

jQuery UI Resizable - How to thicken handle

跟風遠走 提交于 2019-12-05 00:48:49
Is it possible to make the handle thicker, for easier grabbing? For example, in the link below, you will notice that I have a handle on a div at the bottom only, which is difficult to get hold of using the mouse as it seems to be 1px high. Is it possible to make the handle 10px heigh, so it looks and feels like the image is being grabbed? http://jsfiddle.net/rYFEY/25/ .ui-resizable-s { bottom: 0; height: 10px; } See: http://jsfiddle.net/thirtydot/rYFEY/376/ + rgba for clarity: http://jsfiddle.net/thirtydot/rYFEY/377/ + rgba - overflow: hidden with the default bottom: -5px : http://jsfiddle.net

How to apply multiple jQuery UI themes

青春壹個敷衍的年華 提交于 2019-11-29 00:29:44
问题 Does anyone have any techniques/tips/tricks to help me organize and implement multiple jQuery UI themes in one application? I have resulted to using !important as it seems to be the surest way to force style overrides - but this method is not very desirable. 回答1: Yes, but it depends on what you mean. Let's say you want element A to be styled with Theme X, and element B with Theme Y. jQuery Theme Roller has this feature built in. When you go to download a theme (here), click Advanced Theme