Click the "Join the Mailing List" image on the main page to see this. I used my .htaccess file from the in-class exercise and it allows my DCE username and dan/409.
The date the page was modified is inserted on the bottom of every page. I included a "bottom.txt".
There are two stylesheets: one for Macintosh IE and the other for Windows IE/Mozilla and Netscape Mozilla. They are virtually the same with a few alignment changes.
I incorporated my own JavaScript file with various scripts that I wrote for the mouseover buttons, the pop-up form, and validation on the form.
I used one on my main page to shake the "Join the Mailing List" image. I borrowed the code from Dynamic Drive and incorporated it in my CSS and JavaScript files.
When you click the "Join the Mailing List" image on the main page, the form is brought up. I used JavaScript authentication for the "name" field and the CGI I made in class.
The user's browser prompts them and redirects them to mozilla.org if they are using Netscape 4.
.shakeimage{ position:relative; }
a:active { font: 10pt/12pt verdana, sans-serif;color:#990000; text-decoration:underline; }
a:hover { font: 10pt/12pt verdana, sans-serif;color:#000000; text-decoration:none; }
a:link { font: 10pt/12pt verdana, sans-serif;color:#000000; text-decoration:underline; }
a:visited { font: 10pt/12pt verdana, sans-serif;color:#990000; text-decoration:underline; }
body { position: absolute; margin:0px 0px; width: 100%; padding:0px; text-align:center; background-color: #006699;}
#top { position: relative; width: 100%; height: 100px; top: 0px; margin:auto; background-color: #000000; padding:0px; text-align:center;}
#nav { position: relative; width: 100%; top:15px; height: 40px; bottom:15px; background-color: #006699; padding:0px;}
#content { position: relative; top:25px; width: 100%; height: 400px; margin:auto; background-color: #FFFFFF; border:3px solid black; padding: 0px; overflow: auto; text-align:center; scrollbar-face-color: #004A6E; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #3399CC; scrollbar-3dlight-color: #3399CC; scrollbar-darkshadow-color:#003366; scrollbar-track-color: #000000; scrollbar-arrow-color: #FFFFFF;}
#bottom { position: relative; font: 12px/14px verdana, sans-serif;color:#000000; top:30px; width: 700px; height: 75px; margin:auto; padding: 0px;}
#text { position: relative; font: 12px/14px verdana, sans-serif;color:#000000; margin:auto; padding: 20px; text-align:left;}
h1 { font: 30px/30px verdana, sans-serif;font-weight: bold;color:#000000; padding: 0px; text-align: left;}
li { list-style-type: square; }
.large { font: 14px/18px verdana, sans-serif; font-weight:bold; padding-right: 10px; }
.image { padding-right: 20px;}
.photos { text-align:center; }
.image2 { margin: 5px 5px 5px 5px; }
#item1 { position:absolute; top: 50px; left: 85px; text-align:center; }
#item2 { position:absolute;top: 50px; left: 285px; text-align:center; }
#item3 { position:absolute;top: 50px; left: 435px; text-align:center; }