Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS textarea inside td, resizing problem Reply To: textarea inside td, resizing problem

#151878
whatsoever
Participant

Ok, i came up with a solution, but it is absurd :D
It works on FF but not on Chrome… i can’t even…
If anyone is interested here it is for FF:

http://jsfiddle.net/nhLyf/

The key was to set tr’s height to some value in px (30px) and the td’s height to 100%, but this does not work for Chrome, where i have to set td’s height to 30px :D

Anyway, thanks for the help Hornebom :)