Search code examples
jqueryresizable

jquery resizable works incorrect in FF


If you open http://jsfiddle.net/UVsKp/413/ in opera it works just fine. But if you open it in firefox you will see resize icon in the bottom of display. How can I solve this? thanks


Solution

  • Wrap your cell content in div

    <td><div class="wrap">1</div></td>
    

    And apply resizeble() to this div

    http://jsfiddle.net/UVsKp/414/

    Works in FF, Chrome, IE7,8