开发者

stop text-area from resizing in Safari

Safari gives resize handles for text-areas. anyone knows how 开发者_如何学JAVAto stop that? thanx


You can use CSS3 to prevent the resizing:

textarea {
   resize: none;
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜