HTML and CSS Reference
In-Depth Information
5. This is a trick question. You cannot put statically positioned elements above
absolutely positioned elements. However, if you change the statically positioned
elements so that they use the relative positioning scheme, you can alter their stack-
ing layer using the z-index property.
8
Exercises
1. If you've already created some web pages, go back and try to figure out how you
could apply CSS to them.
2. Examine the style sheets used by some websites that you admire. Take a look at
how they use classes and IDs in their markup.
3. Create a web page that includes a sidebar on the left, with text wrapped around it.
Create a navigation menu at the bottom that is positioned below the sidebar.
 
Search WWH ::




Custom Search