Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
how do I create a drop down menu like this? (with own image for menu)
Old 09-14-2004, 02:32 AM how do I create a drop down menu like this? (with own image for menu)
Novice Talker

Posts: 5
Trades: 0
I really like the buttons and the drop down feature this site has: http://www.cingular.com/

I want to use my own "image" (create a menu in photoshop).

I have been searching DAAAAAAAAAAAAYS on google.com and cannot come up with anything, probably because I don't know the correct 'term' for this.

Any help would be greatly appreciated, thanks!

Last edited by n00b; 09-14-2004 at 02:35 AM..
n00b is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-14-2004, 06:14 AM
Skilled Talker

Posts: 72
Trades: 0
Here is a list of navigational drop down menus and the like. Is that what you want?
BravoGolf is offline
Reply With Quote
View Public Profile
 
Old 09-14-2004, 09:52 AM Mostly unrelated to original post
JohnJ's Avatar
Extreme Talker

Posts: 198
Location: Raleigh, NC
Trades: 0
Sorry to jump in here and change the topic - - However, I certainly would appreciate it if someone could explain the cingular page coding.

When I do a save as on the page all I get is text.... How are they displaying the page as it is viewed on the web?

By the way - In answer to the original question you can build a dropdown menu like Cingular's using Dreamweaver

Thanks
__________________
JohnJ

Please login or register to view this content. Registration is FREE

WebImages Inc. - Raleigh NC
JohnJ is offline
Reply With Quote
View Public Profile Visit JohnJ's homepage!
 
Old 09-14-2004, 12:07 PM
Extreme Talker

Posts: 160
Trades: 0
Quote:
Originally Posted by JohnJ
Sorry to jump in here and change the topic - - However, I certainly would appreciate it if someone could explain the cingular page coding.

When I do a save as on the page all I get is text.... How are they displaying the page as it is viewed on the web?

By the way - In answer to the original question you can build a dropdown menu like Cingular's using Dreamweaver

Thanks
The "text" is what makes the page display as it does. That's why is called a markup language. It defines the way the page is displayed. The navigation drop down menus are created with javascript, not just by using dreamweaver. They can be pretty complex and require a good amount of code. You can find some samples out there which let you tweak the code. The best place to start is probably the link already provided in this thread. Or search DHTML menus in google.
jcombs_31 is offline
Reply With Quote
View Public Profile Visit jcombs_31's homepage!
 
Old 09-15-2004, 01:45 AM
Novice Talker

Posts: 5
Trades: 0
Quote:
Originally Posted by BravoGolf
Here is a list of navigational drop down menus and the like. Is that what you want?
I will have to check when I get home from work. Now I just have to find out which one I need to use.
n00b is offline
Reply With Quote
View Public Profile
 
Old 09-15-2004, 01:46 AM
Novice Talker

Posts: 5
Trades: 0
Quote:
Originally Posted by JohnJ
Sorry to jump in here and change the topic - - However, I certainly would appreciate it if someone could explain the cingular page coding.

When I do a save as on the page all I get is text.... How are they displaying the page as it is viewed on the web?

By the way - In answer to the original question you can build a dropdown menu like Cingular's using Dreamweaver

Thanks
I do not have the patience to learn dreamweaver.
Also, I would like to use my OWN jpeg.
n00b is offline
Reply With Quote
View Public Profile
 
Old 09-15-2004, 05:45 AM
Skilled Talker

Posts: 72
Trades: 0
Was the DHTML I sent you any good?

Also, I forgot to mention, why not use CSS to generate a drop down menu?
Here is one on my site made in CSS (titled justformonkey as I edited it for someone on this forum called Monkey).

http://heaphydesigns.com/justformonkey.html
BravoGolf is offline
Reply With Quote
View Public Profile
 
Old 09-15-2004, 06:29 AM
Novice Talker

Posts: 8
Location: Lagos, Nigeria
Trades: 0
Hi BravoGolf,

I like how you used CSS to do the drop down menu in the website above. Can you give me permission to learn and use some of your code for my website?
stpopoola is offline
Reply With Quote
View Public Profile Visit stpopoola's homepage!
 
Old 09-15-2004, 10:40 AM
Skilled Talker

Posts: 72
Trades: 0
Of course you can! Share and share alike.
Take anything you want from my website.

If you have any questions, or would like access to server side language source code, just ask me here
BravoGolf is offline
Reply With Quote
View Public Profile
 
Old 09-15-2004, 12:41 PM
Novice Talker

Posts: 8
Location: Lagos, Nigeria
Trades: 0
Thanks a lot for sharing!
stpopoola is offline
Reply With Quote
View Public Profile Visit stpopoola's homepage!
 
Old 09-15-2004, 10:33 PM
Average Talker

Posts: 21
Trades: 0
Hi,

Basically it is dhtml powered by javascript. I have a script where if you click on it you can have a drop down menu, but it can be edited to make it so it will drop down on rollover
salvationdesign is offline
Reply With Quote
View Public Profile
 
Old 09-16-2004, 12:55 AM
Novice Talker

Posts: 5
Trades: 0
So on these drop downs that are being offered I can use my OWN IMAGE? I haven't looked at the code yet. sorry.
n00b is offline
Reply With Quote
View Public Profile
 
Old 09-16-2004, 03:58 AM
Novice Talker

Posts: 8
Location: Lagos, Nigeria
Trades: 0
Salvationdesign, could I see the script you are talking about? I sounds interesting
stpopoola is offline
Reply With Quote
View Public Profile Visit stpopoola's homepage!
 
Old 09-16-2004, 05:39 PM
Average Talker

Posts: 21
Trades: 0
Yea, i will have to find it. but i will let you see it
salvationdesign is offline
Reply With Quote
View Public Profile
 
Old 09-18-2004, 04:14 PM
Average Talker

Posts: 21
Trades: 0
Sorry it took me so long but i have attached the file. It is a text file in order for me to be able to upload it. Just change it to .html You just need to add a navigation bar picture. This script can be expanded to include more than one navigation bar. Enjoy!
Attached Files
File Type: txt pulldownmenu.txt (2.2 KB, 29 views)
salvationdesign is offline
Reply With Quote
View Public Profile
 
Old 09-24-2004, 08:03 AM
Novice Talker

Posts: 8
Location: Lagos, Nigeria
Trades: 0
Thanks bro. I had a look at the scripts and its cool. I need to trouble you a bit more though. Which part of the script do I bring in the navigation bar picture?
stpopoola is offline
Reply With Quote
View Public Profile Visit stpopoola's homepage!
 
Old 09-24-2004, 11:49 AM
karinne's Avatar
Extreme Talker

Posts: 197
Location: Quebec, Canada
Trades: 0
hmmm.... seems i'm a bit late on this but you can also find a css drop-down menu on Alistapart.com. there's one for vertical drop-downs and one for horizontal drop-downs.

i've user the suckerfish one on this site here - www.fcoutaouais.qc.ca - go ahead and copy the source and css if you want.

hth

edit: i should add that these uses CSS and a tiny bit of JS...
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE


Getting on the Web Standards band-wagon? Get these books -
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE


Takin' in the view from the outside. Feeling like the underdog. Watching through the window I'm on the outside. Living like the underdog.
-Dream Theater
karinne is offline
Reply With Quote
View Public Profile Visit karinne's homepage!
 
Old 09-24-2004, 12:55 PM
Novice Talker

Posts: 8
Location: Lagos, Nigeria
Trades: 0
Thanks Karinne. Checked the site. I'm thinking how you could add roll over buttons instead of the default CSS/Javascript
stpopoola is offline
Reply With Quote
View Public Profile Visit stpopoola's homepage!
 
Old 09-24-2004, 01:33 PM
karinne's Avatar
Extreme Talker

Posts: 197
Location: Quebec, Canada
Trades: 0
kinda like what i'm doing here - http://www.karinnelegault.com/widows-walk/index4.php ? except i don't have a drop-down on this one but... same thing applies
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE


Getting on the Web Standards band-wagon? Get these books -
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE


Takin' in the view from the outside. Feeling like the underdog. Watching through the window I'm on the outside. Living like the underdog.
-Dream Theater
karinne is offline
Reply With Quote
View Public Profile Visit karinne's homepage!
 
Reply     « Reply to how do I create a drop down menu like this? (with own image for menu)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.89517 seconds with 13 queries