Is there a way you can think of that yo can avoid Google chrome built in text are adjustment.
See how ugly it looks:
:)
I know why it's there and I find it a very useful feature but in some design-oriented pages, you might want to remove it.
A simple way to ensure that the control is not resizable is to add an explicit style="resize: none;" attribute on the textarea element using the HTML Form Element Attributes property.
If you are using a Windows Computer you can adjust the re-sizing by right-clicking on the Chrome Shortcut to access Properties. From the Properties menu go to Compatibility tab. From there you will see a Disability display 'Disable display scaling on high DPI' option. Ensure that box is selected.
In some cases, there is a need of putting a limit on the size of characters that can be typed in a textarea. So in that case, we can use maxlength attribute to control the number of characters entered in a textarea.
Specifying a min-width to your <body> element will prevent auto-resizing.
It's in Safari too.
You can disable it with CSS:
textarea {
resize: none;
}
textarea {
resize: none;
}
Source: http://www.google.com/support/forum/p/Chrome/thread?tid=5f9cd62207e2c7a8&hl=en
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With