/    Sign up×
Community /Pin to ProfileBookmark

Centering the navigation

I got this navigation codes and put to my standard. I was wondering how do I center the navigation that has text.

Here is the code:

#nav {
font-size: 100%;
background-color: #49342F;
}
#nav ul {
padding: 0 0 0 25px;
margin: 1px ;
text-transform: capitalize;
list-style: none;
background-color: #49342F;
}
#nav ul li {
float: left;
background-color: #49342F;

}
#nav ul li#last a {
border-right: 1px solid #593D3C;

}
#nav ul li a:link, #nav ul li a:visited {
display: block;
padding: 11px 20px 10px 20px;
color:#FFFFFF;
text-decoration: none;
border-left: 1px solid #593D3C;
background-color: #49342F;
}
#nav ul li a:hover {
font-weight:bold;
color: #FFFFFF;
background-color: 442221;
}

I want to center it and not have the right side have more space at the end than the left side. So equal space at the both end sizes.

Also, When ever someone already click to go to that page I want that link to stand out with a bold and the background color of #49342F. How would I go about doing that?

Please help me on this.

Thank you

[upl-file uuid=9cb6b9c6-fb51-4c03-93ca-5fc97f6b4318 size=11kB]navi.jpg[/upl-file]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@IncaWarriorSep 19.2004 — text-align:center; for IE

#nav ul{

margin:0 auto;

for others
×

Success!

Help @homeboy spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.11,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...