The FINAL EXAM Will Cover All of CSS
The FINAL EXAM Will Cover All of CSS
[3] Layout with CSS: Create a new page for your directory, in which you:
(a) Define multiple divisions, and set the page layout with CSS…
By moving the elements out of the normal flow.
(b) Demonstrate at least 2 of: Absolute, Fixed, and Relative Positioning.
[4] Include a 1-2 page Word file, explaining your CSS format/layout:
Describing how each above requirement (1a-c; 2a-b; 3a-b) is fulfilled.
A few points:
This does not provide the exquisite control we are used to with CSS…
Furthermore, floating tends to be a bit ‘buggy’ with browsers.
The trick to making an element float inside of content:
Always place the element directly before the content to be floated into/on.