I want to make a javascript menu with the drop down list n stuff.. Where can i find a tutorial like that?? Thx in advance
Javascript Menus?
Started by xsionic, Nov 14 2004 10:38 PM
6 replies to this topic
#1
Posted 14 November 2004 - 10:38 PM
#2
Posted 15 November 2004 - 11:25 AM
Could you give me an example of what kind of 'dropdown javascript menu' you are talking about? (have you got a website where it is used on, or something similar?)
#3
Posted 15 November 2004 - 12:18 PM
I know your looking for javascript menus, but remember if the viewer has javascript disabled they won't see your menu at all.
Theres some nice css menu's around:
examples:
http://www.e-lusion.com/design/menu/
http://css.maxdesign.com.au/index.htm
Theres some nice css menu's around:
examples:
http://www.e-lusion.com/design/menu/
http://css.maxdesign.com.au/index.htm
#4
Posted 15 November 2004 - 07:50 PM
thx for the tuts,
Nascaron: heres an example from a school website. http://mtdoug.sd61.bc.ca
Notice the menu on the top right with News, About MD etc ?? Do u have any idea about how to make that?
Thx
Nascaron: heres an example from a school website. http://mtdoug.sd61.bc.ca
Notice the menu on the top right with News, About MD etc ?? Do u have any idea about how to make that?
Thx
#5
Posted 16 November 2004 - 06:02 AM
Okay let's see, after i've taken a look at that site it seems to be like this... you should save these 2 files in a directory...
http://mtdoug.sd61.b...xmplmenu_var.js
http://mtdoug.sd61.bc.ca/menu_com.js
Then include them into your website with:
(And I suggest you to leave those copyright tags in since I took it directly off their website and it is a free script provided by dynamicdrive.com)
Then you could open 'exmplmenu_var.js' with notepad and edit it to contain the stuff you want it to contain (change the color codes, change the links, etc)
Now, if that will not work I'll see if I can make one for you, or dig a better one up. Good luck!
-Nascaron
http://mtdoug.sd61.b...xmplmenu_var.js
http://mtdoug.sd61.bc.ca/menu_com.js
Then include them into your website with:
(And I suggest you to leave those copyright tags in since I took it directly off their website and it is a free script provided by dynamicdrive.com)
<script type="text/javascript">
//HV Menu v5- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more
function Go(){return}
</script>
<script type="text/javascript" src="exmplmenu_var.js"></script>
<script type="text/javascript" src="menu_com.js"></script>
Then you could open 'exmplmenu_var.js' with notepad and edit it to contain the stuff you want it to contain (change the color codes, change the links, etc)
Now, if that will not work I'll see if I can make one for you, or dig a better one up. Good luck!
-Nascaron
#6
Posted 17 November 2004 - 08:20 PM
thx i'll give it a shot!
#7
Posted 18 November 2004 - 09:21 AM
Keep me informed on your progress if you want, good luck.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
