I just can't find the issue with this script: http://jsfiddle.net/AKB3d/
#second {
margin-top:50px;
...
}
I want the yellow box to be 50px below the top border of the right box, but whenever I add margin-top to the yellow box, the red box goes down, too. Why?