-
list menu problem
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
-
-
-
-
See this.
===
Arie Molendijk.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks