Hello, the problem is that if the margin is set to auto ie7 returns auto, while other browsers return the px value, for example look at this:
In chrome it returns 0px, while ie7 returns auto
So, is there any way to force explorer to return the computed value of that margin?
Thank you