View Full Version : Javascript Menus
Beller
03-24-2006, 02:56 PM
I am trying to create a dromdown menu like whats here ... (http://boards.ie)
I am not well up on code , I am using all web menus pro ...
When I have a .js file created can I paste this code into the relevent template?
Freesteyelz
03-25-2006, 08:36 AM
You can do that. If you want the drop down menu to display globally upload the .js file to your server and then call it in your "headerinclude" template:
<script type="text/javascript" src="your_file_here.js"></script>
The HTML portion of the code either add it in your "navbar" or "header" template.
Beller
03-25-2006, 10:17 AM
Cheers for that...I'll give it a go ...Is there any particular place the html need to go in the header?
akanevsky
03-25-2006, 03:08 PM
I can help you with creating a set of javascript menus, for a fee of course.
Beller
03-25-2006, 03:53 PM
Very kind of you to offer Psionic... I'll give it a try & get back to you if I can't manage it.. Thanks
Freesteyelz
03-25-2006, 07:28 PM
Is there any particular place the html need to go in the header?
Nah. Unless you use absolute positioning anywhere inside the <body> tags will do fine. :)
Beller
03-26-2006, 09:02 PM
You can do that. If you want the drop down menu to display globally upload the .js file to your server and then call it in your "headerinclude" template:
<script type="text/javascript" src="your_file_here.js"></script>
The HTML portion of the code either add it in your "navbar" or "header" template.
Sorry if this is a stupid question...
Am I missing something?
Allwebmenus seems to only create .js files
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.