View Single Post
  #14 (permalink)  
Old Feb 5th, 2008, 13:59
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: When is it ok to use Absolute Positioning ??

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.
Reply With Quote