Forums

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

Home Forums CSS Resizing textarea inside TD [FF problem]

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #150022
    whatsoever
    Participant

    So I have this pretty messy table I am trying to create (and succeed in Chrome). The idea is to have a textarea inside every td, on the right of the textarea a div, and below the textarea another div. When resizing the textarea the td should resize with it, making the div on the right grow in height only, and the div on the bottom to grow in width only. I managed to get this to look and work like that on Chrome, but no success on FF. When I resize the textarea the height of the td element is not affected.

    So after this equally messy explanation here is a fiddle where you can see the problem: http://jsfiddle.net/QMSsx/

    Resizing the textarea in FF does not affect td height.

    #150041
    whatsoever
    Participant

    Thanks, its not what I originally need, because I need to have those two divs on the right and at the bottom of the cell, they are going to have event listeners assigned. But anyway I am going to play around with lists and make them behave the way I need :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.