week#4
*Check Homework
  2 webpages with at least 1 image and a working link
  * Student presentations next week
Photoshop: 
Actions window
File > Automate > Batch... 
* Let's build a website 
More with CSS:
Google fonts  
Example of 
good CSS positioning 
Here's the 
CSS code 
by 
Larry Ullman 
div tags:
<div id="title"> week 4 </div>
<div id="other"> most of stuff </div>
<div id="scroller">--scrolling div section-----------</div> 
CSS:
 #title{
  background-color:#000;
  color:#FFF; 
  top:0px;
  height:50px;
  left:0px;
  width:100%;
  } 
  #other{
  top:70px;
  background-color:#FFF;
  color:#999; 
  width:500px; 
  } 
  #scroller{
  padding-left:10px;
  background-color:#000;
  color:#FFF;
  width:100px;
  height:50px;
  overflow:scroll; 
  } 
  
Continue : More CSS Positioning & other fun stuff
Continue working with Dreamweaver
- rollover images  
HOME WORK 
  
  "PROJECT A"
  due Fri, FEB. 27 
- make your webpages look better
- finish the site