How to make animated vertical menu in css

Want to make animated vertical menu in css with jquery then this is the best and simple tutorial for you, just go through it and enjoy the coding !
How to make animated vertical menu in css

CSS CODE

#verticle-menu
{
 list-style-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcDHJypQTgV8hkw8ipjbiBecKj00NbBm8d63KSdnlAdBiTBezTS2gNh8w8BMYaLPw6KwUEP8d1CmLpF4A2VkS635lkE_aDc7q5zM5W3VEcR_Ue9ij1rrJ_Oocv0q4gOQ-0PGJaoQhDsaAy/s0-U-I/list-icon.png);
}
#verticle-menu li
{
margin:5px 0px; 
}
#verticle-menu li a
{
 text-decoration:none;
 color:#333;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
}
#verticle-menu li a:hover
{
 font-weight:bold;
}

JQUERY CODE



HTML CODE


Download File Used in this example View Live Demo
Total Downloads:

No comments:

Post a Comment