Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Want to add a navigation header


andywilliams244
Member

@andywilliams244

Excellent! Works a treat! :) Thank you very much.

Is there a way of stretching it to make it fit the table better?

Here’s how it looks: http://www.origineuphoria.com/forums/

Here’s the code:

#navbar ul {

margin: 0;

padding: 5px;

width: 800px;

list-style-type: none;

text-align: center;

background-color: #222222;

}

#navbar ul li {

display: inline;

}

#navbar ul li a {

text-decoration: none;

padding: .4em 3em;

color: #CCCCCC;

background-color: #222222;

}

#navbar ul li a:hover {

color: #CCCCCC;

background-color: #141414;

}

Skip to toolbar