Topic: Creating Menu in HTML
Hi I want to know that how to create the Menu in HTML.I am developing a website in HTML getting difficulties in menu design.Can any one suggest other software or tool to create an embed a menu.
You are not logged in. Please login or register.
Hi, I just released our new video tutorial course on Flash CS4.
Stefan
Hi I want to know that how to create the Menu in HTML.I am developing a website in HTML getting difficulties in menu design.Can any one suggest other software or tool to create an embed a menu.
The menu is nothing but a list of links to other pages usually within the site. Just use html to create it - for example:
<ul id="navigation">
<li><a href="#"Page 1</a></li>
<li><a href="#"Page 2</a></li>
<li><a href="#"Page 3</a></li>
<li><a href="#"Page 4</a></li>
<li><a href="#"Page 5</a></li>
</ul>
And use CSS to style it any which way you like.
Here are all kinds of examples: http://css.maxdesign.com.au/listamatic/
Posts [ 2 ] - Views [ 236 ]
Copyright © 1996-2009 Killersites.com
[ Generated in 0.062 seconds, 7 queries executed ]