art388 (art_on_the_internet)

instructor: ryanSmith
home | syllabus | contact | links | student work

Week 5

BEHAVIORS

Rollover effect with CSS:
<style>
img{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
img:hover{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
</style>

Open Behaviors Window:
-Name images
-Swap Image Behaviors
example: http://mainstdesign.net/portfolio.html



white


FLOWER



fade

playing sound


<embed name="blah_blah" src="I_Feel_Good_edit.mp3" loop="false" autostart="false" hidden="true" width="0" height="0" enablejavascript="true"></embed>