Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Nav # ul li – Not working. Please Help!! Re: Nav # ul li – Not working. Please Help!!

#59747
apostrophe
Participant

Ok, the home tab isn’t showing because you have 3 t’s in bottom in the stylesheet.

Now, wrap the nav in a div with the id of top-nav:

Code:

and then do this in your css:

Code:
#top-nav {
margin:0 auto;
position:relative;
right:22px;
top:187px;
width:800px;
}

ul#nav {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 auto;
width:685px;
}

#content {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
clear:both;
margin:0 auto 5px;
padding:20px;
position:relative;
top:187px;
width:800px;
}