S
samuelberthelot
Hi,
To get the height of my DIV, I do :
myDivElement.style.height, which returns "176px". I don't want that. I
want to get 176. How could I do that, which property should I use? (I
could do a string parsing, but what a pain....)
Thanks
To get the height of my DIV, I do :
myDivElement.style.height, which returns "176px". I don't want that. I
want to get 176. How could I do that, which property should I use? (I
could do a string parsing, but what a pain....)
Thanks