Is it possible to open div smoothly to full size of its content? If:
- content of the div - text of any size
- div initially displays some of the text (
{overflow:hidden; height: 100px;}
)
It should be crossbrowser solution, appearance of scrollbar is unacceptable.
Thanks.
Here is the solution thanks to @Tryster.