Browser shows div only when I set exact height. But i want to create resizable div according it\'s contents. Tried height: auto and height:100%. It doesn\'t help.
My
According to this, you need to assign a height to the element in which the div is contained in order for 100% height to work. Does that work for you?