Jul 24, 2008

need help with drop down menus!!

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..
Pages: 1, 2

free web hosting

need help with drop down menus!!

holyium
can any1 help me give a simple solution about mamking drop down menus with any programs or simple html coding. i want my site to look better than my friends ones but basic things like this are difficult for noobs like me to overcome

Reply

truvu17
I would like to know more about drop down menus for flash, please help, thanks. Also what else do I need besides flash mx in order to make it.

Reply

darvtech
In HTML you can use the 'select' tag to make a drop down menu. Inside it, you use the 'option' tag to add elements to the menu.

<select multiple name="NAME" size=?></select>
Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.


<select name="NAME"></select>
Creates a pulldown menu


<option>
Sets off each menu item

For example this will create a menu with two items:

<select name="menu1">
<option>Element 1
<option>Element 2
</select>

To make better use of this, it would be good to learn javascript too.

Reply

hasa
If you want good dropdown menu visit http://www.dynamicdrive.com/
They have really useful DHTML (javascript) dropdown menus and good tutorial for install it. biggrin.gif

hasa
_ _ _ _ _ _ _ _ _ _ _ _
The only true success is when you live fife your own way

Reply

qingtian
If you want a simple drop down list I recommend you visit http://www.funky-chickens.com it shows you all the basics aswell and it's pretty helpful especially for beginners smile.gif

Reply

neeki4444
try

<select>
<optgroup label="Pick One" title="Pick">
<option value="232"> Choise 1 < /option>
</optgroup>
</select>

with optgroup users can't select Pick One, it is just use as a title


insted of

<select>
<option> Pick One </option>
<option value="232"> Choise 1 < /option>
</select>

Reply

JesterDude
Wow u guys are real good for html stuff, u think u can help me find a site where i can learn ?

thanks

Reply

GameDev
Just try a search on google about learning html for good resources. I get a lot of my graphic stuff from http://www.guistuff.com because no HTML knowledge is required for those. Plus they have all kinds of other things too(templates,etc.).

Reply

Choyan
Hey, that's cool~~ I need that info~ thanks! biggrin.gif

Reply

Trystim
Big Nose Bird

awesome site for when your first starting out with HTML and other web languages as well. I still refer to it on occasion might wanna swing by and check it out as well.

Reply

Latest Entries

hulunes
ohhh,indeed u said is drop menu.i used it in my homepage too.what above list were almost html code and you must add them by <sytle> like css.if you wanna be easy to carry out,you can use the best webpage designing software Dreamweaver mx.in details,you select the behavour from the tool menu.then u will find the fuction offer drop menu,very easily!

Reply

faceofdie
For JSP dorp-down menu you can use Nav Studio 2005
Its Very nice and cool software for edit drop-down menu
i like
for download this software go to ::
http://www.opencube.com/

Reply

cragllo
Do you want a drop down menue that is just a drop down menu, or do you want to click te options to go to different pages or sites? If you want to be able to click them, Ill give you the code how, it's got css style with it, lol.

Put the following code insite the <head></head> tags...
CODE
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
 if (restore) selObj.selectedIndex=0;
}
//-->
</script>


Next, just put this code where ever you want your menu to appear...
CODE

<select name=select id="select" style="BACKGROUND-COLOR: #000000; COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10px" onChange="MM_jumpMenu('parent',this,0)">
       <option value="home.html">HOME</option>
       <option value="links.html">LINKS</option>
       <option value="#"></option>
       <option value="#">--OTHER SITES--</option>
       <option value="http://www.trap17.com">Free Web Hosting</option>
</select>


If you are going to link to other sites, you have to put in ther 'http//'

That is where alot of people go wrong, so on the site, the link will go to 'http://yoursite.com/www.linkedsite.com' instead of 'http://linkedsite.com


I hope this helps you...

Reply

alapidus
Besides Javascript, don't forget about CSS when making dropdown menus!

With CSS, you can make your options look better. You can use color, font, and basically any other generic attribute, even background images (I haven't tested this last one) to make it look cool! Stuff that you can't do with just HTML....

You can combine this with Javascript to make some really cool effects, such as changing the color when you hover over or select an option.

To learn CSS, i suggest htmldog.com. It teaches HTML and XHTML all in one go, without even looking back at old standards. You also might wanna check out w3schools.com, although I find W3Schools to be more of a crash-course site.

Reply

Becca
I know people have been suggesting loads of sites but well heres another one ...
http://dynamicdrive.com
oh and if you want to change the look of your NORMAL drop down menu in your css code put something like

option{background:#FF99FF;color:#000000;}

sort of thing...to change what it looks like =D

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : menus

  1. Multiple Drop Down Menus W/ Submit Button - (6)
  2. Dropdown Menus Links - IDK how to make them link (3)
    Ok its a big problem to me, i need to make my drop down menus options link to a web page. I know i
    can do it with a button, and i can get that to work but i need/want to have it link as soon as the
    option is selected........How do i do that?...
  3. Insert Into Database - Radio Buttons and dropdown menus (8)
    I am currently working on a registration page but I can't figure out a few things, wich all
    basically have the same thing in common Radio Button: In the registration form i have a gender
    selection and I want to input that into the database, I currently have the following: CODE
    <input type="radio" name="gender" value="1">Male <input
    type="radio" name="gender" value="2">Female In the registering file
    I put the following (edited for the question): CODE $SQL = "INSERT into go_logintable...



Looking for drop, menus

Searching Video's for drop, menus
advertisement



need help with drop down menus!!



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE