InternetingIsHard Part 4 – Moving Boxes: Advanced CSS Positioning
Part 4 of Interneting is Hard. You can read the previous posts here. Relative positioning accepts negative values as well position: relative; top: -30px; left: -30px; Absolute and fixed positioning completely removes an element from the normal flow of the page. Absolute positioning can be made relative by adding this code: .absolute { position: relative; … Continue reading InternetingIsHard Part 4 – Moving Boxes: Advanced CSS Positioning