Jump to content

another menu topic heheh


Mimika

Recommended Posts

I know there are a few topics about menu's but dont wanna hijack and this meny are slightly diffrent from them.I need help with a JS that allows a vertical menu with pop-ups right beside them with out slides shows or so just instant show. I just need the JS the rest i fix in CSS. I have done the try it your self menus but didnt get them to work as i wanted this menu to be :)I have made a .js file to put the JS inside but its empty atm cause iam still searching for an easy code to understand :( here is a simplified code from my work sorry if there are missing some attributs am in a hurry so :)

<script type="text/javascript" language="javascript1.2" src="FVmeny.js"></script> </head><body>....//<script language="JavaScript1.2" src="menu.js"></script>  <div id="popmenu" onMouseover="clearhidemenu();highlightmenu(event,'on')"onMouseout="highlightmenu(event,'off');dynamichide(event)"></div><div style="position: absolute; z-index: 1; margin-top: 7px;"><table width="130" border="0" cellpadding="0" cellspacing="2">              <tr>                <td><a href="Middle.htm" target="mymain"><img src="home.gif"  width="130" height="18" border="0"></a></td>              </tr>              <tr>                <td>    <a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()"><img src="Produkts.gif" width="130" height="18" class="menu" border="0"></a><br>   	 <a href="katalog1.htm" target="mymain"><img src="katalog1.gif" width="130" height="18" class="menu" border="0"></a><br>   	 <a href="katalog2.htm" target="mymain"><img src="katalog2.gif" width="128" height="18" class="menu" border="0"></a><br>   	 <a href="katalog3.htm" target="mymain"><img src="katalog3.gif" width="128" height="18" class="meny" border="0"></a><br>   	 <a href="katalog4.htm target="mymain"><img src="katalog4.gif" width="128" height="18" class="meny" border="0"></a><br>   	 <a href="katalog5.htm" target="mymain"><img src="katalog5.gif" width="128" height="16" class="meny" border="0" style="margin-bottom: 8px;"></a><br>  </td>              </tr>                <td><a href="Links.htm" target="mymain"><img src="Link.gif"  width="130" height="18" border="0"></a></td>              </tr>    </table></div>

the target="mymain" are the Iframe i have on the same page.thnx in advance

Link to comment
Share on other sites

I found what i was searching for and i have modifed it, to my needs :) here is the code that i used SimplyTheBest*This topic can be closed now*

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...