Navigation positioned wrongly in html/css?

What happens when you decrease the margin-right: 17px.

What happens when you decrease the margin-right: 17px; I believe to your last element you should add less margin-right.

The margin-right is there to add spacing to the different words. When it's reduced it does nothing to the navigation being positioned wrong. I32.tinypic.Com/3el21.

Png I want all the text to be about 5px away from the left line and for it to be inline. – MozazDesign Jul 23 '10 at 13:01.

You should try to decrease the "font-size: 18px;" and/or "margin-right: 17px;" until the text is positioned as you desire. Update Also try to add #main_nav { float: left; } to have better control over the position of your links. Update.

It's most likely default padding/margins on your ul and li items. Try zeroing everything out in your CSS like so and then adding it back slowly until you find the point where the menu layout breaks: #main_nav, #main_nav li { margin: 0; padding: 0; list-style: none; } #main_nav li { display: inline; margin-right: 17px; /* lower this value and see if that fixes the layout */ font: 18px century gothic, sans-serif; /* specify a fall back font that's at least the same type as century gothic */ color: white; }.

Instead of adding margin-right, try inserting invisible spacers, like so: home about me gallery blog contact That way you don't wind up with unneeded spacing at the end. Give the spacers classnames if you like and set their size until they're just right.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions