July 30, 201016 yr I have a weird thing that's probably a one-line css fix, wondering if anyone knows about it. On my text box, in the bottom right corner there are three diagonal lines, if you hold them and move the mouse right the textbox moves to the left, and vice-versa, it also pushes the box to the left a couple of pixels by default. Below is a screenshot. This only happens in Chrome and Safari (that I have noticed), it does not display in FireFox or IE. Any help would be greatly appreciated! Cheers, Greeny
July 30, 201016 yr Resizing textareas is default behaviour for Webkit based browsers, eg Safari and Chrome.
July 30, 201016 yr Author Resizing textareas is default behaviour for Webkit based browsers, eg Safari and Chrome. Thanks for your reply, but is there no way to disable it?
July 30, 201016 yr You could try http://www.electrictoolbox.com/disable-textarea-resizing-safari-chrome/ Saying that it's not a good idea to interfere with someones browser setup Edited July 30, 201016 yr by BlueDreamer
July 30, 201016 yr Author You could try http://www.electrictoolbox.com/disable-textarea-resizing-safari-chrome/ Saying that it's not a good idea to interfere with someones browser setup Thank you, that should be of help. It isn't really interfering with the visitors browser setup, and the resize doesn't work as it should anyway, so I just figured it would be best to remove it. Thanks again, Greeny
Create an account or sign in to comment