Basic HTML version of Foils prepared 11 March 99

Foil 59 Define a Layer in a Document using <div></div>

From Overview of JavaScript II -- From Cookies to Dynamical HTML CPS616 Technologies of the Information Age -- Spring Semester 99. by Geoffrey C. Fox (Tom Scavo)

First DHTML Example in html and text for Foil 59
1 <style type="text/css" >
2 #WWmessage1 {position:absolute; color:black; visibility:visible; left:200; top:450; }
3 </style>
4 </head>
5 <body onload="WW_pageisloaded();" >
6 <h1>This is Page for CPS616 DHTML</h1>
7 .... See page addon for full material (a form to specify layer properties) .....
8 <div id="WWmessage1" >
9 This is a Moving Block of Text<br>
10 Input (left,top etc.) and see!
11 </div>
12 Style
13 Good Practice for all processing which requires that page elements be fully defined
14 }
15 A movable layer

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Mar 11 1999