Possible to style the css3 resize function?

后端 未结 3 935
执笔经年
执笔经年 2020-11-30 08:51

I was wondering; is it possible to style the css3 resize property?

div
{
resize:both;
overflow:auto;
}

I want a horizontal resize

3条回答
  •  被撕碎了的回忆
    2020-11-30 09:36

    In short, I found the best answer so far in this post: Emulating frame-resize behavior with divs using jQuery without using jQuery UI?

    Lightweight and simple. I have flagged my post here as a duplicate.

提交回复
热议问题