NickHowell
Programmer
Here's my problem, I have a program where a user can enter text into a <DIV> using the div's .innerText through a textbox. This div uses absolute positioning and is given XYWH dimensions when it is loaded. I need to know the true width/height of the div but the problem is the .style.(dimension) or .style.pos(dimension) do not reflect the actual dimensions of the div when it is expanded to accomadate innerText. Is there some sort of style element which can tell me this information? Thanks