Changes

Jump to: navigation, search

BTC640/Assignment3-Winter2012

1,398 bytes added, 23:55, 8 April 2012
Created page with '= Overview = In this individual assignment you will be creating a dynamic in-page floating popup that cannot be dismissed even though it has a close button. Your code only need…'
= Overview =

In this individual assignment you will be creating a dynamic in-page floating popup that cannot be dismissed even though it has a close button.

Your code only needs to work in Firefox, though I expect it will be simple enough to work in any modern browser.

== Plagiarism Rules ==

No group work for this assignment, one person per one submission. You may look at reference information on the web but you're expected to write 100% of the code yourself.

In other words the plagiarism rules for this assignment are the same as usual at Seneca, not like Assignment 1.

== Submission ==

Submit your file(s) to Moodle. You don't need to host it on matrix unless you have a server-side component in which case please give me a URL to the working version.

The deadline for this assignment is friday night, the 13th of April. Late penalty is 10% per day. Even if your assignment is 5 days late or more - you still need to submit a satisfactory assignment to pass the course.

This assignment is worth 10% of your final grade.

= Specs =

You can start with an empty page, and:

# Create an absolutely positioned element (225x300 pixels or so) containing:
## A title at the top,
## A close button in the top right corner (just draw an X and put it there), and
## An image (use any image you like).
# The image will be a link to http://zenit.senecac.on.ca/wiki/BTC640/Assignment3-Winter2012

Navigation menu