There are four kinds of positioning in CSS: Relative, Absolute, Float, and Fixed Relative is a misnomer and does not mean that it is positioned relative to something else. Position:Relative makes the outer div a candidate as a reference point for the Absolute positioning of the things inside of it. There needs to be a… Continue reading Four kinds of positioning in CSS: Relative, Absolute, Float, and Fixed