- art365 [design_for_www] -

instructor : ryanSmith

Week #4

* Take Attendance *

For home work, you were supposed to...
Get started on "Project A"

Today: More CSS · Div Tags · IDs & Classes
Dreamweaver ยท hotspots & rollover images


What we did last class:

In the head of your html code, put a link to a separate .css file:
<link href="365.css" rel="stylesheet" type="text/css" />
This is an example of an External Style Sheet

CSS styles can be applied to general page elements, CSS Classes, and specific items:

img { border: 0px; }
this applies to every image tag in the HTML document

.classy { color: red; }
this applies to a CSS class called classy.
<span class="classy" > Example of classy red text </span>

#about { background-color: #ccc; }
This rule applies to just the specific element that has an ID value of about:
<div id="about"> About stuff goes here </div>


More with CSS:

Open Dreamweaver
hotspots & rollover images
Behaviors window & CSS STYLES
red
& let's make something that looks like this
15 min. break
(***PUT COMPUTERS TO SLEEP***)

Home Work :

Finish "Project A"
Due : Week #5 (Thursday. 28 Feb.) at 2:00pm