Click to See Complete Forum and Search --> : how do i make this type of menu?
colourcube
05-28-2003, 08:41 AM
I would like to learn how to make a rollover menu with 2 or 3 different rollovers like the one found on this page http://www.schneideroptics.com/ under projection - cinema projection - anamorphics - cinelux
Please help
khalidali63
05-28-2003, 08:52 AM
Get it from here may be?
http://javascript.internet.com/navigation/toolbar-menu.html
colourcube
05-28-2003, 09:04 AM
i'm new to this. I don't think i understand
khalidali63
05-28-2003, 09:16 AM
If you read the instruction on that page,you will find out that how to copy and paste it on your hard drive to make it work
colourcube
05-28-2003, 09:27 AM
<!-- ONE STEP TO INSTALL TOOLBAR MENU:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<BODY>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Sharon Harber (sharon@harber.f9.co.uk) -->
<!-- Web Site: http://www.nwr.org -->
<script type='text/javascript' src='nwrmenu_var.js'></script>
<script type='text/javascript' src='menu_com.js'></script>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 0.63 KB -->
You will need to download the following files:
http://javascript.internet.com/navigation/nwrmenu_var.js
http://javascript.internet.com/navigation/menu_com.js
colourcube
05-28-2003, 09:39 AM
thanks so much pyro:D