Quote:
Originally Posted by Bollivierke What's the point on this? |
You can put it into your site's CSS style sheet and have it so when you make a list, a navigation bar is made.
Quote:
Originally Posted by Coolgindara Where to add? how it works? Opposite navigation bar Code: lu
{
float:right;
width:0%;
padding:100;
margin:100;
list-style-type:transparent;
}
z
{
float:right;
width:12em;
text-decoration:transparent;
color:black;
background-color:blue;
padding:0.4em 0.12em;
border-right:2px solid black;
}
a:hover {background-color:#000000}
li {display:outline}
|
Add the code in your style sheet like said above and do a simple list to make the navigation bar appear.