How to scroll in a dynamic content (DIV)?
Hey guys
I have a div which is populated dinamically (AJAX) with n child divs. So, if I get 34 divs, it'll have to scroll down the app until the last child div...
I tried to put [COLOR="#8b0000"]height:auto[/COLOR] and [COLOR="#8b0000"]height:100%[/COLOR] in the parent div and it wont work, i can only get the size of the device screen, and i don't want to put a fixed height to this.
Thanks
Re: How to scroll in a dynamic content (DIV)?
Hi vanlopes and welcome to forum!
I'm not sure if I understand you question properly.
Do you want to have content inside a container div, in such way that only the content is scrolled, but rest of the UI stays in place?
Br,
Ilkka