smoovo
New Member
To make your main menu, or just another menu you have on site, and you want to make it alive a little, use this tutorial and your imagination to edit the images and the positions.
Link to the tutorial in my website (plus demo) is HERE.
The HTML
	
	
	
		
The CSS
	
	
	
		
The Image
	
	
	
		
		
		
			
		
		
	
	
		 
	
So give it a rate, and tell me how is it working for you - Tested on IE, FF, Safari and Opera - Enjoy.
____________________
SMooVo- Web Design
[email protected]
www.SMooVo.com
			
			Link to the tutorial in my website (plus demo) is HERE.
The HTML
		HTML:
	
	<div class="pop_menu">
    <a href="#">Home</a>
    <a href="#">About</a>
    <a href="#">Contact</a>
</div>The CSS
		HTML:
	
	.pop_menu {
    width:300px;
    height:50px;
}
.pop_menu a {
    width:100px; 
    height:42px; 
    float:left; 
    background:url('buttons.png') 0 -50px no-repeat; 
    text-align:center; 
    padding-top:8px; 
    color:#000; 
    text-decoration:none;
}
.pop_menu a:hover {
    height:20px; 
    background-position:0 0; 
    padding-top:30px;
}The Image
 
	So give it a rate, and tell me how is it working for you - Tested on IE, FF, Safari and Opera - Enjoy.
____________________
SMooVo- Web Design
[email protected]
www.SMooVo.com
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
				 
 
		