+ Reply to Thread
Results 1 to 5 of 5

Thread: Position of my nav bar

  1. #1
    Join Date
    May 2010
    Posts
    23

    Exclamation Position of my nav bar

    Hello, I'm working on my 4th cutline blog... it's simply the best! I ran in to a problem though, I want to be able to move my Nav Bar to a specific position.

    http://www.rosesandoranges.com/felix/

    I want the Nav Bar to be right under the block with onefelix.com, specifically I also want to be able to space in the links so they're justified right under the block. Hope you could help me out this, thanks!

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    1. Change the margin of #header_img to 0.


    2. Change the following properties of ul#nav:

    padding: 0;

    width: 770px;

    overflow: hidden;
    (to contain the floated li elements)

    delete position:absolute top and right values


    3. Change the following properties of ul#nav li:

    padding: 0.85em 0px 0.7em 10px;
    (instead of adding the padding to the right, add it to the left)



    I think that's about it.

  3. #3
    Join Date
    May 2010
    Posts
    23

    Default

    wow awesome, the position is great, but the spacing between the links are still off. how can i control the spacing, and possibly lower the sidebar to give the menu some breathing ! much appreciated

  4. #4
    Join Date
    May 2010
    Posts
    23

    Default

    actually it's not working all, on the firefox browser, it made it worse

  5. #5
    Join Date
    Feb 2009
    Posts
    605

    Default

    Looks fine from my computer on Firefox.

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts