Practical Examples using Absolute Positioning

This example will be best understood AFTER detailed discussions in class about absolute positioning and the "first non-static ancestor principle" as explained in the Positioning Overview PDF provided with this lesson.

These are roughly the same CSS Flyout Menus presented earlier in this course.

The horizontal nav below currently works properly, that is until you do the experiments in the bullet list below.


For each item, do the experiment and explain exactly what is going on.
The vartical nav below does not work properly as you can see if you hover over it. Figure out how to set the top/left coordinates so that the submenus are positioned properly when they appear.