Skip navigation
Stijn Jasper
Currently Being Moderated

Simple webpage from scratch

Jun 13, 2012 4:19 AM

Tags: #website #mouse #css #navigation #scratch #from #over #roll

Hey peeps, thank you so much for taking a look at my question. I have started with dreamweaver this month and it is much harder then I thought. I have the idea of a website design in my head. I am wondering if anyone of you knows some good (video)tutorials to follow or give me some pointers.

 

It is a simple page with three navigation buttons wich I'd like them to move up if you hover over them with your mouse. I have a drawing of my idea uploaded as an attachment. There are three designs, but the structure stays the same.

 

Thanks again.

 

Stijn Jasper

The Netherlands

 

(For those who are wondering, I have made this drawings on my iPad with  fifty three- paper).

Screen Shot 2012-06-13 at 13.16.58.pngScreen Shot 2012-06-13 at 13.17.11.pngScreen Shot 2012-06-13 at 13.17.19.pngScreen Shot 2012-06-13 at 13.17.26.pngScreen Shot 2012-06-13 at 13.17.33.png

 
Replies
  • Currently Being Moderated
    Jun 13, 2012 4:22 AM   in reply to Stijn Jasper

    Before you do anything you would need to work on some of the fundamentals.  If you do not know any HTML/CSS, I encourage you to spend some time at the tutorials that are offered at http://www.w3schools.com, and at the Adobe site.  The more you know about this, the easier DW will become.  Otherwise you are in for a struggle.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 13, 2012 4:38 AM   in reply to Stijn Jasper

    I'd also recommend that you start your HTML page creation with one of the Dreamweaver Sample pages, for example the 1 column fixed, centered, header and footer page.

     

    I'll get back to you about the tutorial.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 15, 2012 2:20 PM   in reply to Stijn Jasper

    To answer your PS:

     

    Style your links with CSS code:

     

    • a - any link
    • a:link - a normal, unvisited link
    • a:visited - a link the user has visited
    • a:hover - a link when the user mouses over it
    • a:active - a link the moment it is clicked
    • a:focus - a link reached with the tab key

     

     

    a {text-decoration:none}

     

    a:link,

    a:visited {color: #FFF}

    a:hover,

    a:active,

    a:focus {background-color:#FFF; color: #000}

     

    http://www.w3schools.com/css/css_link.asp

     

    For answers to layout questions, we must see your HTML and CSS code.  The best way to get help is to upload your page and dependant files to a web server space and post the URL here. 

     

     

    Nancy O.

    Alt-Web Design & Publishing

    Web | Graphics | Print | Media  Specialists 

    http://alt-web.com/

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points