.css
.Fchkbox, .Fchkbox-lg {
position: absolute;
display: block;
margin-top: 10px;
}
Here I am getting style attribute value if
1>getStyleRuleValue("margin-top",".Fchkbox");
result:-10px;
2>getStyleRuleValue("margin-top", ".Fchkbox-lg");
So here I am not getting the result as 10px....why? How can I resolve this?