Question:

How can I do this website design?

by  |  earlier

0 LIKES UnLike

http://www.transmissionbt.com/

For example, they have a header, (a top image) and the body contains a simple image repeated on the Y axis in case content extends the page, and a footer (once again, an image.)

What would the css of this page be? Given you have image1, image2, and image3

 Tags:

   Report

1 ANSWERS


  1. 1. A "container" div box placed in the center of the page with the overflow property set to "auto," so it automatically lengthens as the page goes longer.

    2. A "Header" div that holds the top image.

    3. A "menuBar" div that holds the menu

       - A "menuItem" class displayed inline.

    4. A  "content" div box that holds all your content.

    5. A "footer" that holds the bottom image.

    As for the background, you can just drop in rgb(0,0,100) for blue.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions