Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2013, 07:28:55 AM

Login with username, password and session length
Search:     Advanced search
The look of the forum is still being worked on. Thank you for your patience.
193705 Posts in 16235 Topics by 17053 Members
Latest Member: h7vmxgjj2

* Home Help Login Register
AppleGeeks.com  |  Help / Advice  |  Programming  |  Topic: How do you make a drop-down menu? 0 Members and 1 Guest are viewing this topic.
Pages: [1] 2 Go Down Print
Author Topic: How do you make a drop-down menu?  (Read 5070 times)
DougofTheAbaci
Hero Member
*****
Posts: 6848


Just call me Audiophilus Magnum.


WWW
« on: January 11, 2006, 03:20:02 PM »

hey, i'm trying to make a dropdown menu in either dreamweaver or golive and neither seems to want to make it easy that i can see. does anyone here know how to do it?
Logged

Quote from: Douglas Adams
It is a mistake to think you can solve any major problems just with potatoes.
Hellmark
Global Moderator
Hero Member
*****
Posts: 2459

Mac Mini, 1.42ghz, 512mb, 80gig, and Tiger - RAWR!


WWW
« Reply #1 on: January 11, 2006, 04:54:17 PM »

Do it the way real men (and women, can't forget them...*drool*) do it!

<select>
  <option>Coffee</option>
  <option>Tea</option>
  <option>Death</option
  <option>BOOBIES!!!</option>
</select>
Logged
DougofTheAbaci
Hero Member
*****
Posts: 6848


Just call me Audiophilus Magnum.


WWW
« Reply #2 on: January 11, 2006, 05:00:14 PM »

...ok that goes where? obviously it's html but i have no idea where i put that in the script.
Logged

Quote from: Douglas Adams
It is a mistake to think you can solve any major problems just with potatoes.
TheRealCaltsar
Full Member
***
Posts: 245



WWW
« Reply #3 on: January 11, 2006, 07:51:14 PM »

http://css.maxdesign.com.au/listamatic/

have fun.  (doesn't know a thing about GoLive or Dreamweaver)
Logged
Hellmark
Global Moderator
Hero Member
*****
Posts: 2459

Mac Mini, 1.42ghz, 512mb, 80gig, and Tiger - RAWR!


WWW
« Reply #4 on: January 11, 2006, 07:58:56 PM »

Put that directly into the source code. LEARN HTML, DAMNIT!
Logged
OrcishIncubus
Hero Member
*****
Posts: 3868


Life taken = work work


« Reply #5 on: January 11, 2006, 08:28:08 PM »

Dammit. I was hoping it was based on Mac C/C++ ... I could answer it then. =|
Logged


All in all in, all in a day.
A day it changes everything.
Hellmark
Global Moderator
Hero Member
*****
Posts: 2459

Mac Mini, 1.42ghz, 512mb, 80gig, and Tiger - RAWR!


WWW
« Reply #6 on: January 12, 2006, 03:39:04 AM »

* Hellmark breaks down crying...

Why do the good ones have to be taken or gay!?!
Logged
DougofTheAbaci
Hero Member
*****
Posts: 6848


Just call me Audiophilus Magnum.


WWW
« Reply #7 on: January 12, 2006, 06:50:59 PM »

give me a break! i code flash... not html. but this project can't be flash... or rather it's be stupid/pointless to be flash. though i might just make the menu flash... hehe
Logged

Quote from: Douglas Adams
It is a mistake to think you can solve any major problems just with potatoes.
OrcishIncubus
Hero Member
*****
Posts: 3868


Life taken = work work


« Reply #8 on: January 12, 2006, 07:52:48 PM »

I never bothered learning to code in flash. >.> ... I even have an intro to Flash book I won from this Mac demonstration thingy my dad brought me too... rofl..
Logged


All in all in, all in a day.
A day it changes everything.
DougofTheAbaci
Hero Member
*****
Posts: 6848


Just call me Audiophilus Magnum.


WWW
« Reply #9 on: January 13, 2006, 02:26:03 PM »

tutorial books are pointless. all you need is a reference guide a few good tutorial sites and you're fine.
Logged

Quote from: Douglas Adams
It is a mistake to think you can solve any major problems just with potatoes.
Hellmark
Global Moderator
Hero Member
*****
Posts: 2459

Mac Mini, 1.42ghz, 512mb, 80gig, and Tiger - RAWR!


WWW
« Reply #10 on: January 13, 2006, 05:55:23 PM »

Scotty, still if you can code with Actionscript, then HTML is a far cry easier. No excuse for not knowing.
Logged
DougofTheAbaci
Hero Member
*****
Posts: 6848


Just call me Audiophilus Magnum.


WWW
« Reply #11 on: January 14, 2006, 01:59:01 AM »

Excuse No. 1: I'm 100% self-taught. What I know is what I found out myself or by other people pointing me in the right direction (like here).

Excuse No. 2: HTML pages are boring.
Logged

Quote from: Douglas Adams
It is a mistake to think you can solve any major problems just with potatoes.
Sixter
Jr. Member
**
Posts: 61


« Reply #12 on: January 14, 2006, 02:42:19 AM »

Excuse No. 2: HTML pages are boring.

I don't quite agree with that statement, but, to each their own.

That first one is a selection menu, usually used on forms.

Are you making drop down navigation like this (samples at the bottom of the linked page)?
http://www.htmldog.com/articles/suckerfish/dropdowns/

Mouse over, then more options show up, and sometimes multiple levels of menu?

It's no good to be a one trick pony in today's competitive job market. Unless you plan on being one of these flash experts that makes all those annoying websites. ;-) ha ha, just teasing ya. (But you have to admit some are quite annoying)

(X)HTML + CSS and some Javascript (should be an easy transition for you since Javascript and Actionscript are very similar) are very good things to learn. They aren't that hard.
Logged
Hellmark
Global Moderator
Hero Member
*****
Posts: 2459

Mac Mini, 1.42ghz, 512mb, 80gig, and Tiger - RAWR!


WWW
« Reply #13 on: January 14, 2006, 12:55:00 PM »

Excuse No. 1: I'm 100% self-taught. What I know is what I found out myself or by other people pointing me in the right direction (like here).
Excuse No. 2: HTML pages are boring.

I'm self taught, but you don't see me bitching about not knowing the easiest language in existance.
Logged
leblo64
Hero Member
*****
Posts: 622


eye heart ewe...BITCH!!!


« Reply #14 on: January 14, 2006, 06:47:42 PM »

Excuse No. 1: I'm 100% self-taught. What I know is what I found out myself or by other people pointing me in the right direction (like here).
Erm...how does getting pointed in the right direction make you self taught.  The people doin the "pointing" are basically teaching you.
Logged

Slurpee!!!!
Pages: [1] 2 Go Up Print 
AppleGeeks.com  |  Help / Advice  |  Programming  |  Topic: How do you make a drop-down menu?
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.056 seconds with 20 queries.