Category: css3
CSS3 navigation menu
In this mini tutorial, I am going to show you how to make an animated navigation menu using only the magic of CSS3 (see demo here). So, let’s start. 1 The HTML Part First, you will need to define your menu like usual, as the following: 12345678<ul id="menu"> <li><a id="menu-1" href="#menu-1">Menu #1</a></li> …
Read | 2 Comments | Posted on April 23, 2011 | Published in CSS3 Tuts







