Hi All....this looks like a nice place to ask questions :) I'll start off by saying that I'm a total noob.
I have a DIV with a static height set. Some dynamic content is being loaded into the DIV via PHP.
My problem is, when I click on a link :
1. Dynamic content loads
2. DIV height is set to 400px, and Overflow:hidden
3. Dynamic content requires more than 400px
4. Would like the DIV height to change from 400px to XXX to fit the content.
I'm using an animated/Sliding div box from some Javascript I found online. Everything works fine, I just need to be able to dynamically SET the DIV's height based on the DIV's ID.
Any ideas on this?