Code:
#container #header #top #top_nav {
height: 99px;
width: 750px;
float: right;
text-transform: uppercase;
font-size: 16px;
font-style: normal;
font-weight: normal;
color: #e1e6e9;
}
#container #header #top #top_nav ul {
list-style-type: none;
}
#container #header #top #top_nav ul li {
display: inline;
}
sorry guys, this is the html
HTML Code:
<div id="top_nav">
<ul>
<li>Home </li>
<li>About </li>
<li>Services </li>
<li>Portfolio </li>
<li>Blog </li>
<li>Contact</li>
</ul>
<ul>
<li>start here</li>
<li>who I am</li>
<li>what I can do</li>
<li>previous works</li>
<li>previous works</li>
<li>design articles</li>
<li>get in touch</li>
</ul>
</div>
</div>
<!--end of top Div-->
Bookmarks