javascript - How to return the height of a div in pixels? -
this question has answer here:
- how height of <div> in px dimension 3 answers
is there function return pixel height of div? want add images side of said div based on size of div (which dependent on user's content, , change size of div)
thanks!
document.getelementbyid('divid').offsetheight
should give height.
Comments
Post a Comment