Hi everyone!
I'm having a few issues with the jQuery UI Resize loosing the border on the textarea I'm resizing (see images). Can you help?
Borders showing as intended:
Right border hidden:
Firebug screenshot: (http://i.imgur.com/TyR43.png)
Hi everyone!
I'm having a few issues with the jQuery UI Resize loosing the border on the textarea I'm resizing (see images). Can you help?
Borders showing as intended:
Right border hidden:
Firebug screenshot: (http://i.imgur.com/TyR43.png)
The textarea must be in a container that has overflow
set to hidden
. Use Firebug to inspect the style of the parent elements. That's all that can be said without seeing the CSS.