Forums

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

Home Forums Other anchor tags not working … Re: anchor tags not working …

#87299
Raiden
Member

o yeah sure here



and here is the css:


#header div#nav
{
width: auto;
height: 50px;

/*border: 1px solid black;*/
}

#nav img
{
margin: 1em;
padding-right: 1em;
border-right: 1px solid #000;
}

#nav ul
{
list-style: none;
margin: 1.5ex 0;
float: right;
}

#nav li
{
float: left;
margin: 0 1em;
font-weight: bold;
font-size: large;
}

#nav li a:link, #nav li a:visited
{
display: block;
color: #000;
text-decoration: none;
}

#nav li a:hover, #nav li a:active
{
color: #185b9b;
}

i think this is enough … but if you need more do tell