I think you can just do this:
$(".resizable").resizable({
handles: 'n, s'
});
where you replace the values following 'handles' with the ones you
want (and being sure to leave out the 'se' one)
In therms of increasing the size of the icon, I think you'd need to
find the source of the background image and edit it in Photoshop. You
can also look up "background-size" as a CSS property, but I don't
think it's very well supported (if at all).
On Apr 3, 12:26 pm, Kai <[email protected]> wrote:
> Hi,
>
> The question should be simple: how would I remove the icon in the
> bottom right of a resizable()?
>
> Another question, how can I increase the hitzone size of it? I can
> modify the size values of each corner and edges from the .css file,
> but those do not affect the icon...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---