I have a div :
<div id='inhoud' align='center' style= 'overflow: auto; margin-left: 0px; margin-top: 155px; width: 1010px; height: auto; position: absolute; background-color:Silver;'>{$setService()}</div>
with a dynamic height. How can I obtain the height of the div in php ?
The div :
[code]
{$setServTitel()}
should adapt to the height of the #inhoud div as you can see in the picture.
