WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Goto page : Previous  1, 2, 3

View previous topic View next topic Go down  Message [Page 3 of 3]

1Accespted Drop Down Menu Selector on Thu Dec 17, 2009 4:28 pm

Sanket


Administrator
Administrator
First topic message reminder :


Drop Down Menu Selector
A basic tutorial for a drop down menu selector



This tutorial is a basic Drop Down Menu Selector.

Code:
<form name="jump">
<p align="center">
<select name="menu">
<option value="http://arsenal.com">Arsenal</option>
<option value="http://hitskin.com">Hitskin</option>
<option value="http://help.forumotion.com">Support Forum</option>
<option value="http://forumotion.com">Forumotion</option>
<option value="http://webartz.forumotion.com">WebArtz</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</p>
</form>


Click Here to see a Demo of the Drop Down Menu Selector

To make modifications to the code just edit or add the example of the code given below
Code:
<option value="http://webartz.forumotion.com">WebArtz</option>


Notice : This tutorial is copyrighted by WebArtz Forum. You may not publish it on anywhere without written permission from the administrators.



Last edited by Sanket on Thu Dec 17, 2009 4:32 pm; edited 1 time in total


_________________
Sanket
http://www.webartzforum.com

41Accespted Re: Drop Down Menu Selector on Tue May 18, 2010 2:15 am

Fred100


Registered Member
Registered Member
ankillien wrote:
Fred100 wrote:Wow that's cool , it'd be awesome to see how or which codes to add to do so Razz


There are lots of drop-down menu scripts available on internet. You can make a google search for "drop down menu script" and find a script the suits your need. Once you find it, give me the link to it and I'll help you to install in in your forum Very Happy

It can be added in the forum header template.

Wow , that's pretty cool Very Happy
Thanks for the info again! Smile

http://www.art-castle.biz/forum.htm

42Accespted Re: Drop Down Menu Selector on Tue May 18, 2010 6:40 am

Amber


Registered Member
Registered Member
Thanks for this tutorial, it was helpful Smile

43Accespted Re: Drop Down Menu Selector on Fri May 21, 2010 8:21 pm

Niels


Registered Member
Registered Member
Bump

44Accespted Re: Drop Down Menu Selector on Sat May 22, 2010 12:59 pm

ankillien


Administrator
Administrator
Hi Rehua!

I checked codes on your site. You've forgot to add URL to the jQuery file.
Please replace the following code...

<script type="text/javascript" src="LINK TO JAVASCRIPT FILE"></script>


with this one...

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>


It is found just before the </head> tags in overall_header_new template.

Hope it helps Very Happy

45Accespted Re: Drop Down Menu Selector on Sun May 30, 2010 8:55 pm

Niels


Registered Member
Registered Member
Nope :\.

46Accespted Re: Drop Down Menu Selector on Mon May 31, 2010 1:58 pm

Joel


Registered Member
Registered Member
how i love this tutorial!

http://www.advertisehotspot.info/

47Accespted Re: Drop Down Menu Selector on Mon May 31, 2010 7:02 pm

ankillien


Administrator
Administrator
Rehua wrote:Nope :\.


Well, I try the same code on my test forum and it works fine.
May be you have missed something while putting the things together!
Can you try re installing it?

48Accespted Re: Drop Down Menu Selector on Fri Dec 17, 2010 4:09 pm

blade99


Registered Member
Registered Member
apply css right?

http://dreamland.probb.ca/

View previous topic View next topic Back to top  Message [Page 3 of 3]

Goto page : Previous  1, 2, 3

Permissions in this forum:
You cannot reply to topics in this forum