Jump to content

Getting Pixel Values Of Css Properties Not Defined.


IAmBill

Recommended Posts

Hi, I have a need to get the pixel values of CSS properties that were never used-defined or are set to auto. That is to say... if I never defined a height for a span element, it would be defaulted to auto, and if I were to set a background color, I can distinctly see what the height of the span element is. I'd like to know the pixel value of this height as determined by the browser. Is this possible?Thanks.EDIT: I suppose the same query would refer to properties set to "inherit," though I don't explicitly have a use for that at this time. Regardless, I believe it would fall into the same solution for those browsing this post with a similar query.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...