by KingofKings on October 15th, 2008, 9:10 pm
Following code for navigation .its simple & easy to use. - Code: Select all
<html>
<style type='text/css'>
a{
display: block;
border: 1px solid;
border-color: #aaa #000 #000 #aaa;
width: 11.7em;
background: #CCCCCC;
font-family:Georgia;
font-size:12px;
}
a:hover{
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
background: #999999;
font-family:Georgia;
font-size:14px;
}
</style>
<center>
<a href="#1" >Item No.01</a>
<a href="#2" >Item No.02</a>
<a href="#3" >Item No.03</a>
<a href="#4" >Item No.04</a>
<a href="#5" >Item No.05</a>
<a href="#6" >Item No.06</a>
<a href="#7" >Item No.07</a>
</center>
</html>
You do not have the required permissions to view the files attached to this post.