Navigational Map Nav Reference 8.0 

8.0 Adding the In-site Navigational Links

Add this code in the CSS to define the main division and nav-links areas:

/*
  Main division holds navigational links, 
  and the changeable content
  of the page. 
*/
 
.main {    
	background: #CCFFFF;    
	color: #000000;    
	margin: 0% 13%;    
	padding: 0em 0em 2em 0em;   
	border: 10px ridge #FFFFFF;  
	}  
 
.nav-links {    
	text-align: center;  
	background: #FFFFCC;  
	color: #000000;  
	margin: 0%;    
	padding: 3px;   
	border: 3px ridge #FF6633;  
	}  

<-- Previous Page - Nav Map - Next Page -->