kalster Posted March 28, 2014 Share Posted March 28, 2014 i have a table td cell where a textarea is inside of that cell. the problem is that in the opera browser, the textarea does not fill the height of the td cell. when the td cell changes, i would like the textarea to change to the td size. in css, i have this code... textarea { width:100%; height:100%; } Quote Link to comment https://forums.phpfreaks.com/topic/287354-textarea-in-td-does-not-fill-td-or-size-changes-when-td-size-changes/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.