I’m trying to find out the outer height of a element (including padding) and it doesn’t seem to work.
I always get 0. Is it because the element is hidden?
The element is contained inside a absolute-positioned element with “auto” height, but I don’t think that should be a issue, because the element is relative…
a hidden element has an outer height,
please add your html code for a more complete answer