Posts Tagged ‘textarea’
It is fairly easy to remove the resizable feature of the textbox in Safari browser. If you have still not noticed a small resizable icon is displayed for textbox in Safari browser. I love it and makes easy while writing long emails and articles. Well at the software development side, the testers raise this lovely feature as inconsistency amongst the browsers. So here is an easy way to reduce the defects by one.
<textarea style="resize:none;“>I am not a resizable textarea, any more.</textarea>