Showing posts with label navigation menu. Show all posts
Showing posts with label navigation menu. Show all posts

Wednesday, 2 October 2013

Navigation Menu #1 : Simple one using CSS

Leave a Comment
Hello buddies, today I've come up with a super simple navigation menubar using CSS and CSS3 transition. Focusing on the basics of navigation menu, it is made using unordered list. The list-style-type is set to none, so that all the bullets before the lists are removed. Before going through the tutorial, I hope you're familiar to CSS basics and CSS3 Transitions. If you're not then please hop over to the resource section to make those topics clear in your mind.
simple navigation bar
You should look the live demo of the Menubar before going through the tutorial.