Here is the html part of the menu:
Quote:
<div id="container">
<div id="kwick">
<ul class="kwicks">
<li style="width: 97px;" class="kwick opt1"><span>Landscape</span></li>
<li style="width: 97px;" class="kwick opt2"><span>People</span></li>
<li style="width: 97px;" class="kwick opt3"><span>Nature</span></li>
<li style="width: 97px;" class="kwick opt4"><span>Urban</span></li>
<li style="width: 97px;" class="kwick opt5"><span>Abstract</span></li>
</ul>
</div>
<script type="text/javascript">
var myMenu = new ImageMenu($$('#kwick .kwick'),{openWidth:200});
</script>
</div>
|
If you go to the website, they have mentioned something to do once the mouse is clicked, but that is beyond my comprehension as being a newbie. I hope you would be able to get to the solution.
|