-
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!
-
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.
-
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
-
actually it's not working all, on the firefox browser, it made it worse
-
Looks fine from my computer on Firefox.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks