Log in

View Full Version : i need a navigation code...



ModernRevolutions
02-08-2007, 12:43 AM
I was wondering if anybody had a code for navigation, like this site (http://www.outspoken-kate.com) does. if you do that would be great. thanks :]

ModernRevolutions
02-09-2007, 04:54 PM
there is also a navigation like that one on this site to www.swimchick.net (http://www.swimchick.net)

does anyone have a code for it? that would be great!

ModernRevolutions
02-17-2007, 03:12 AM
anybody?

thetestingsite
02-17-2007, 03:16 AM
Put the below in your page where you want the navigation. (Please note: this is just one link in the navigation table. Change the parts in red to suit your needs.)



<a href="url-to-page" class="nav"> Page title</a>


Then place this in your css:



a.nav:link, a.nav:visited, a.nav:active {
text-decoration: none;
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
line-height:13pt;
color:#000000;
background-color: #E5E5E5;
cursor: default;
display: block;
margin: 0px;
margin-bottom: 0px;
padding: 3px;
border-left: 7px solid #D60000;
border-bottom:0px;
}
a.nav:hover {
text-decoration: none;
font-weight:none;
font-family:arial, helvetica, sans-serif;
font-size: 8pt;
line-height: 13pt;
color: #FFFFFF;
background-color: #000000;
cursor: default;
display: block;
margin: 0px;
margin-bottom: 0px;
padding: 3px;
border-left: 7px solid #000000;
font-style: normal;
}


Hope this helps.

ModernRevolutions
02-17-2007, 03:32 AM
OMG! thank you SOOOO MUCH! it works and I LOVE IT! THANKS!!!!!