Log in

View Full Version : list menu problem



fazlionline
04-11-2009, 12:37 PM
I am trying to make a list and sub list (nested list) menu, when someone mouse over on Pictures, the other options appears. And hide on mouse out.
Without JavaScript

My code is this

<body>
<ul>
<li><a href="photos.html">Home</a></li>
<li><a href="pictures.html">Pictures</a>
<ul>
<li><a href="landscape.html">Landsacape Photos</a></li>
<li><a href="portrait.html">Portrait Photos</a></li>
</ul>
</li>
<li><a href="sendurpic.html">Send you Photos</a></li>
</ul>
</body>


Help

Snookerman
04-11-2009, 12:55 PM
You can find heaps of menus on DD:
http://www.dynamicdrive.com/style/ (http://www.dynamicdrive.com/style/)
http://www.dynamicdrive.com/dynamicindex1/indexc.html (http://www.dynamicdrive.com/dynamicindex1/indexc.html)

Good luck!

molendijk
04-11-2009, 09:23 PM
See this (http://www.howtocreate.co.uk/tutorials/testMenu.html).
===
Arie Molendijk.