Purchase Solution

HTML and JavaScript Implementation

Not what you're looking for?

Ask Custom Question

Web Page for a Restaurant
Design an HTML document for a restaurant using JavaScript, CSS and Dynamic overlay to accomplish the following.
Split the window into a minimum of three sections. One section is the MENU ITEMS, another is for displaying the images of the items in the menu, and a third section for displaying the items selected.

MENU ITEMS section should have a proper heading and be fully loaded with different types of food items. The food items should be split into at least three main categories such as appetizers, drinks, sea food etc. You may even split it by countries such as American, Chinese, Italian, etc.

Each main category should have subcategories which in turn has subcategories beneath it. Non terminal categories will dynamically overlay the subitems on mouseover. The overlay should be very close to the item with the mouse over it. Terminal items have a price next to them. For example,

On mouse over a non-terminal node, show the expanded form next to it with the .
On mouse out of the item or its overlay, the overlay and the arrow(s) should be removed. See www.emich.edu for how your overlay is to work. Emich.edu does not have the  example.
On mouse over a terminal node, show the corresponding image in the images section.
On mouse out from a terminal node, remove the corresponding image from the images section.
On click of a terminal node, add it with the price to the shopping cart section.

I expect your web page to look and function very realistically. For example, item prices should be lined up in the menu and shopping cart sections.
HINTS.- You may implement the shopping cart using dynamic tables where new rows and columns may be added via JavaScript.

Attachments
Purchase this Solution

Solution Summary

The expert examines HTML and JavaScript implementation.

Solution Preview

when you click on "Show Customer Recipt" will take you the page
RestaurantCustomerReciept.php ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.