View Single Post
  #5 (permalink)  
Old Sep 16th, 2006, 06:39
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: positioning problem PLEASE help

While this will solve the problem, it may have adverse effects on the rest of the page:

Code: Select all
#navigation {
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    border-top: 10px;
}
It should be mentioned that setting a global margin and padding of zero is merely a preference, not a requirement for things to turn out right. Personally, I don't do it that way.

I do agree that we need to see the page in action though.
Reply With Quote