开发者

When textbox is resized in IE, block position behavior is messed up

开发者 https://www.devze.com 2023-01-16 08:59 出处:网络
i am using the autoresize plugin which increases the height as users type开发者_如何学编程 in stuff. It works great on FF/Chrome, but the behavior is messed up on IE (see screenshots below).

i am using the autoresize plugin which increases the height as users type开发者_如何学编程 in stuff. It works great on FF/Chrome, but the behavior is messed up on IE (see screenshots below).

Essentially, the textbox, when resized, does not push the rest of the buttons down, which is weird, given that nothing on the page is absolute positioned.

When textbox is resized in IE, block position behavior is messed up

When textbox is resized in IE, block position behavior is messed up


I suspect the button and span on the right are in a relatively positioned container? I've encountered the same problem recently with positioned elements and expanding/collapsing siblings. Still searching for a proper solution, but removing the positioning can be a temp fix.

0

精彩评论

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