Home › Forums › CSS › difference between the absolute and relative attributes in the css › Re: difference between the absolute and relative attributes in the css
December 29, 2011 at 10:34 pm
#93686
Member
Setting an element’s position to relative allows you to use positioning while keeping the element in the document flow. Absolute positioning removes the element from the flow of the document. Each of these have their uses, and I would suggest you experiment with them to learn!