Please refer to http://jsfiddle.net/NobleWolf/X6qVv/.
I have three divs that are set to the window height by jquery and they have a bottom margin, they're called '.pannel'. Inside each '.pannel' is a child called '.pContent' that has a top padding.
My question is why does the '.pContent' change the parent's top margin when "padding-top: 3%;" is changed to "margin-top: 3%;"
Thank you!