I'm trying to get the margin-left value of an element. This works fine in Chrome, FireFox & IE9 but in IE7 and IE8 I get "auto" back:
alert($('#'+page+'menubuttoncontainer').css('margin-left').replace('px', ''));
How can I get a number back instead of "auto"?