Skip to main content

Posts

Showing posts with the label HTML 5 css3 menu design

Create Cirular Menu using Html5 Css3

Creating Circular shape or oval shape  menu using HTML and css  Step 1: Create or download image you want here we are going to use different  background image as shown to set menu hover . as follows Menu hour left  and menu hover right this two images we are going to use a  Final look of our template is like    Step 2: create a HTML page  ovalshapemenu .HTML   following code in body tag <body> <div id="header"> <h1>Wonders Of world</h2> <div id="templatemo_menu" width="100%">         <ul>             <li><a href="#" class="current"><span></span>Home</a></li>             <li><a href="#"><span></span>Gallery</a></li>     ...