IAmBill Posted September 27, 2009 Report Share Posted September 27, 2009 (edited) 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. Edited September 27, 2009 by IAmBill Link to comment Share on other sites More sharing options...
Synook Posted September 27, 2009 Report Share Posted September 27, 2009 You can use the .offsetWidth and .offsetHeight properties. Link to comment Share on other sites More sharing options...
IAmBill Posted September 27, 2009 Author Report Share Posted September 27, 2009 You can use the .offsetWidth and .offsetHeight properties.Thanks, that's what I needed. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now