I am struggling with setting the height of input (type text) to fit 100% of its parent element (td
). I attempted to individually adjust the height of each input using jQuery, but this method is time-consuming, especially since the site I am working on has a large number of cells. Additionally, this approach does not work on IE 7 and 8, which I also need to support. Here is an example:
If anyone knows of a solution or workaround, I would greatly appreciate it.