If you're looking at position at the top, then don't use any positioning at all
Just use
- Code: Select all
#navigation
{
width: 200px; /*whatever width you want */
float: right;
margin: 0;
}
And have that as the first thing inside of the #head div.
The markup is fine...
You can check to be doubly certain at
http://validator.w3.org . It has a service that allows you to input code directly.