Vertical Tab Menu 9



Free Vertical CSS Menu from http://www.exploding-boy.com


Resource Files

filetype   menu9.gif  [3.6 KB]

save all   download all files as a zip

Code Snippets
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

#menu9 {
	width: 200px;
	margin: 10px;
	}
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFF;
	display: block;
	background:  url(menu9.gif);
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #FFF;
	background:  url(menu9.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}

<div id="menu9">
  <ul>
	<li><a href="#1" title="Link 1">Link 1</a></li>
	<li><a href="#2" title="Link 2">Link 2</a></li>
	<li><a href="#3" title="Link 3">Link 3</a></li>
	<li><a href="#4" title="Link 4">Link 4</a></li>
	<li><a href="#5" title="Link 5">Link 5</a></li>	
  </ul>
</div>


Comments (0)
No comments have been posted for this style

Add A Comment



Some bbcode allowed - [code][/code], [b][/b]

Name:
(required)
Email:
(required - will not be published)
Website:
Comment:
Security Code: Enter the characters in the green box

Visual CAPTCHA