I have a form with text area and defined resize:both in css.
However, the resize handle / icon is missing on IE and Firefox but visible in Chrome. How can I fix this, or does these browser doen’t support it.
Note that I’m using Twitter Bootstrap CSS as my CSS framework.
Check out the support table. No support in IE yet. Support exists in Firefox, and my test just confirmed this—but the handle is a little less noticeable than in Chrome:
Perhaps there is something else in your CSS code that overrides the setting, in a manner that affects Chrome but not Firefox.