horizontal or vertical only resizeables (and a bug found!)
i want to request a new feature for resizeables:
horizontal or vertical only resizeables;
because it (the resizeables) sets the height propriety always, but i
want to resize only horizontal and maintain the height = auto;
i´m using the "height:auto !important" css rule as workarround, but in
ie6 it still can resize verticaly.
another thing i think that is a bug, i tried to use this:
$('.test').css("height","auto !important").resizable(); doesn´t work,
it ignores the "!important" and sets just the "auto".
it also makes the script not work at all in IE6. removing the "!
important" gets the script working again in IE6... very strange...
and resizable looks crappy in ie6, sadly!
and im sorry for my horrible english, i´m not a fluently speaker :-P
thanks
Rodrigo