How to fetch the exact height attribute of html divs in IE?
Hi,
I want to get the dynamic heights of some html divs. I am not programmatically applying height to them (so I don't know their values). If I fetch the height in mozilla I am able to fetch the exact value in px but in case of IE it gives "auto". How do I get their exact
If I understand you correctly, the exact height is already known to you in mozilla? If that is the case, then that is the hight, or am I missing the point here?