My page has this extra padding on the top of page that I\'m unable to remove. Tried everything under the sun and hope someone can show me the way.
Any ideas?
This works with IE (at least IE v10 in my tests):
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
The bottom one is the one that works for IE 10, just keeps all the dimensions to what you set a selector/element to be in the width and/or height.