when i put it inside the dive it is coming vertical buttom i tried to move it up until center but i can't could any one help me with that
HTML Code:
.navbar{background:#FCFCFF;border:1pt solid #CAD6E8;width:900px;height:40px; margin:-150px auto; }
.navbar li{ float:left; text-indent:0em; margin-right:40px; list-style:none; font-size:1em;}
.navbar li a{color:#B590B5; text-decoration:none;}
.navbar li a:hover{color:#A172A1; text-decoration:none}
<div class="navbar">
<ul>
<li><a href="#">Website </a></li>
<li><a href="#">Website </a></li>
<li><a href="#">Website </a></li>
<li><a href="#">Design</a></li>
</ul>
</div>
Last edited by chrishirst; 07-24-2010 at 12:17 PM..
|