Hi :)
I'm trying to create a small javascript menu.
I have 4 images which serves as menuitems.
<div class="myMenuButton"><img goes here />
<div class="myMenuContent">
Random content1 here <br />
Random content2 here <br />
</div>
</div>
<div class="myMenuButton"><img goes here />
<div class="myMenuContent">
Random content1 here <br />
Random content2 here <br />
</div></div>
etc....
is there a simple way of implementing a slider function to the images to toggle slide up/down the contents belong to this button? And if another image is clicked then all OTHER open slides should be closed while opening this one etc :)