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).
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.
Well, we have had some basics in class (this is for a school assignment) with html and css but this only allows me to create a page with a bg, a header and a spy navigation bar. It does not have to become a website that is fully functional and customisable. I would like to keep it as basic as possible.
however, I will take a look at your link thank you!
What is your opinion on this tutorial?
http://tutvid.com/create-a-full-css-webpage-dreamweaver-tutorial/
Hello again, I have followed the tutorial and modified it to my taste. I have a problem however which is best explainable with images:

This is what the page looks like in dreamweaver.

This is what the page looks like in my browser.
This is what it should look like.
I want the logo (portfolio) and the header (the grey part with information about me) to stick to each other and I would like to have the navigation float on top of that.
Any ideas?
(ps, the home menu button is purple.. is there a way to keep that white?)
Thanks big time!
Stijn Jasper
The Netherlands
To answer your PS:
Style your links with CSS code:
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
North America
Europe, Middle East and Africa
Asia Pacific