Here is the recurring paragraph that will be used as a control to show the difference between the various positioning properties for boxed elements on a page. This paragraph will remain the way it is for all pages.
Here is the recurring paragraph that will be used as a control to show the difference between the various positioning properties for boxed elements on a page. This paragraph will remain the way it is for all pages.
This is the paragraph that will be showing the particular property that is being demonstrated to show the difference in positioning. This paragraph is FIXED, meaning that it is positioned relative to the body tag like absolute, but will stay in the same place on the page even when scrolling.
Here is the recurring paragraph that will be used as a control to show the difference between the various positioning properties for boxed elements on a page. This paragraph will remain the way it is for all pages.
The first, second and third paragraphs above will remain the same to show the normal flow of the cascade on the page. The third paragraph will be positioned according to the styling assigned to it: static (remains in the normal cascade), relative (positioned relative to its original position), absolute (positioned relative to the body tag rather than the normal cascade, but will disappear when scrolling the page) and fixed (positioned relative to the body tag, but does not move even when the page is scrolled).