Getting margin pixel value in ie7

the problem is that if the field is set to auto ie7, then auto is returned, while other browsers return a px value, for example, look at this:

http://jsfiddle.net/Pyadk/

In chrome, it returns 0px, and ie7 returns auto

So, is there a way to get the researcher to return the calculated value of this field?

thank

+3
source share
1 answer

There, the plugin calls JSizes, which should solve your problem: http://www.bramstein.com/projects/jsizes/

+2
source

Source: https://habr.com/ru/post/1765958/


All Articles