Custom CSS to allow chrome textarea resize smaller than initial state?
问题 I like Chrome's nifty textarea resize control. However, the one exception is that the textarea appears to have a hard min-height/min-width setting that's not changeable via custom css, even with !important qualifiers. textarea#myTextArea{min-height:0 !important;min-width:0 !important} Is it possible to override this via jQuery perhaps? 回答1: These " min-height / min-width " rely on cols and rows attributes. Eg. if cols is missing or less than 1, its default value is 20, so the minimum width