Hi, I have initialize some object with the div tab.
<div id='{$ObjectName}' style='
width: 850px;
height: 100px;
position: relative;
background: #cccccc;
visibility: visible;
font-size:16 ;
font-family: Georgia;
padding-left:5px;
padding-right:150px;
padding-top:5px;
padding-bottom:10px;
border-style:double
'>
The height of the object I specified was 100px. Now I add text to it that forces the object to expanded in height on the screen. How do I read the objects height with the epanded text. When I use the object height parameter, it just returns 100, the height I initilized it with, but clearly the appearence on the screen is larger than 100px. I am confused. Can anyone please help me.