Week #10
  MONDAY
  hour#1
    drop down menus & spry assets 
    5 + or - 2
  hour#2
  project C ideas & student presentations (in front of the class)
Let's see what you have for Project B.
TALK ABOUT PROJECT C
  
LAYERS WITH CSS
position:relative; top:-50; left:5; color:red; font-size:80px; z-index:2;
http://www.echoecho.com/csslayers.htm
Z-INDEX EXAMPLE 
what is Netscape Navigator ?
Dropdown / Spry Menu 
CSS Stuff:
*******Look at local site info********
Insert > Spry > Spry Menu Bar
Window > CSS Styles
<ul id="menu"> 
<li><a href="#">Contact</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Statement</a></li>
<li><a href="#">Collections</a> 
<ul>
<li><a href="#">Still Lifes</a></li>
<li><a href="#">Portraits</a></li> 
<li><a href="#">Personal</a></li>
<li><a href="#">Functional Crafts</a></li>
</ul> 
</li>
</ul> 
--------
CSS Code from 
Tina's Project
  Always remember : Just Because You Can Doesn't Mean You Should