position:fixed when left/top/right/bottom aren’t specified – desired results in FF/IE, but not in Safari
I believe the answer you’re looking for is as follows… The position of an element does not default to 0,0. It’s position is set by default relative to the containing element, therefor in your example, “#container-1” has a padding-left: 20px whereas the rest of the padding is set to 0 making the “default” position of … Read more