The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Drop down menu

5 posters

Go down

Drop down menu Empty Drop down menu

Post by Team101 June 26th 2009, 1:12 am

can we have a drop down menu for our forums? by this i mean,if i put my mouse on cricket on the nav bar then a list will drop down that says,domestic,news,scores etc. This suggestion should be taken because it will be useful
Team101
Team101
Forumember

Male Posts : 245
Reputation : 0
Language : english

http://forumosion.forumotion.com

Back to top Go down

Drop down menu Empty Re: Drop down menu

Post by Rok June 26th 2009, 1:32 am

You can easily create one manually from this pre-set:
Code:
<div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">TITLE OF DROP-DOWN LIST HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>

</select>
</form>
</div>

Wink
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

Drop down menu Empty Re: Drop down menu

Post by Team101 June 26th 2009, 5:41 pm

rok can you explain this for me a little bit.Idont really understand
Team101
Team101
Forumember

Male Posts : 245
Reputation : 0
Language : english

http://forumosion.forumotion.com

Back to top Go down

Drop down menu Empty Re: Drop down menu

Post by Master Marc June 26th 2009, 9:26 pm

It's simple...

Just learn about html{google it},and you'll be able to use the code Rok suggested...

And you can add the code to a widget,or where you would like it, Wink
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Drop down menu Empty Re: Drop down menu

Post by dragonintel June 26th 2009, 9:36 pm

i might be able to help more

take the code below and put it anywhere on your forum, but you have to have html enabled in your admin panel.

<div id="EchoTopic">
<form name="jump2">
<select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
<option value="">TITLE OF DROP-DOWN LIST HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>
<option value="LINK HERE">SELECTION TITLE HERE</option>

</select>
</form>
</div>

Red: Put what you want the drop down list's title to be in here.
Green: Put the link of where you want the option to go.
Blue: Put what you want the option to say in here.

Hope this helps:
Drag~
dragonintel
dragonintel
Forumember

Male Posts : 392
Reputation : 0
Language : English
Location : New York

http://bestof.forumotion.com/

Back to top Go down

Drop down menu Empty Re: Drop down menu

Post by Team101 June 30th 2009, 11:52 pm

i tried it but i want it to go at the top where the nav bar is.I also want it to drop when the mouse passes over it
Team101
Team101
Forumember

Male Posts : 245
Reputation : 0
Language : english

http://forumosion.forumotion.com

Back to top Go down

Drop down menu Empty Re: Drop down menu

Post by Walshy95 July 1st 2009, 5:55 pm

He's talking about a drop-down menu for the navbar, not the one we already have Wink

You need to add a poll so I can vote yes Wink
Walshy95
Walshy95
Active Poster

Male Posts : 1308
Reputation : 6
Language : English
Location : UK, Liverpool

Back to top Go down

Back to top

- Similar topics

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