Help with adding multible links in my menu??
Hi guys..
i am making a menu where the menu point are sliding up, and the submenu is underneath. I seem to have a problem when i want to have more than one link under each point. hope you guys have an idea what could be wrong :)
here is my code:
<div class='garagedoor' id='garagedoor'>
<div title='facebook' class='item'>
<div class='underlay'>
<a href="
http://www.facebook.com"/>Facebook
<a href="
http://www.eb.dk"/>eb
</div>
<img src='images/groen.gif' class='overlay' />
<div class='mouse'><img src='images/nothing.gif' /> </div>
</div>
<script>
GarageDoor.scrollY = -70;
GarageDoor.scrollX = 0;
GarageDoor.setBindings('garagedoor');
</script>
hope someone can help, me because it is for a project i am working on and i am really stuck on this one :(
thanks