Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS help with positioning

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35761
    cybershot
    Participant

    I think I have been spending to much time working on php. My css seems to be getting weak. I can’t figure out what I am doing wrong here.


    #navigation {
    height: 33px;
    width: 980px;
    position: relative;
    margin: 0 auto;
    top: 23px;
    }

    #navigation #logo {
    position: absolute;
    width: 133px;
    height: 33px;
    right: 0;
    }


    I am expecting the logo to move to the right side but it stays to the left. It doesn’t matter what I put on the logo, it don’t move. What am I forgetting?

    #93160
    TheDoc
    Member

    There is nothing wrong with the code that you’ve posted, it’s working fine: http://jsfiddle.net/nnmW8/

    Must be something else.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.