I want to get left
property of Stack Exchange help drop down which has class .help-dialog
, but it always returns auto
, and I'd like to see it in px.
To avoid complicated explanations, just execute this in your address bar after any SE site is loaded:
javascript:alert($(".help-dialog").css("left"))
You'll get auto
in the alert. How to solve it?
I have already seen this question, but second and third suggestions don't appear to work, other ones are inapplicable.