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!

Closed Thread
Old 12-15-2010, 05:48 AM HTML drop down menu
Banned

Posts: 14
Trades: 0
I am looking for a cool HTML drop down menu script. Something not very complicated, but that works in most browsers.
Can someone help please?
marshal is offline
View Public Profile
 
 
Register now for full access!
Old 12-15-2010, 07:06 AM Re: HTML drop down menu
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
HTML Code:
<select name="choice">
<option value="one">Choice One</option>
<option value="two">Choice Two</option>
<option value="three">Choice Three</option>
<option value="four">Choice Four</option>
<option value="five">Choice Five</option>
</select>
Will work in ALL browsers.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
View Public Profile Visit chrishirst's homepage!
 
Old 12-15-2010, 07:46 AM Re: HTML drop down menu
Skilled Talker

Posts: 57
Name: karim
Trades: 0
We adapted

http://lwis.net/free-css-drop-down-m...orizontal.html

on our website listed below on the sig, it's never easy, we had some css issues existing on our website where the div layers underneath were floating on top of the menu, and we had to pay a coder to look into it and sort it out for us, it cost us $65 in total so it wasn't all bad.

I'm not sure where the html code above does, but what I found was that without a jquery it's very difficult to make sure it works with IE6 and IE7, sometimes you have to sacrifice functionality.

As you can see from the two examples, the menu above is highly configurable, and we made it to look nice and fit in well with our exisiting site design.

We previously used a really clunky javascript based coded which was over 300kb in total size, the current menu is less than 50kb and renders really fast even on netbooks.
__________________

Please login or register to view this content. Registration is FREE
for businesses and dealers
Please login or register to view this content. Registration is FREE
TurboLizard is offline
View Public Profile Visit TurboLizard's homepage!
 
Old 12-15-2010, 07:53 AM Re: HTML drop down menu
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
But they are not simply HTML solutions which is what the OP asked for.

You are assuming that he or she requires a more complex CSS/javascript NAVIGATION menu rather than a
Quote:
HTML drop down menu script
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
View Public Profile Visit chrishirst's homepage!
 
Old 12-15-2010, 08:08 AM Re: HTML drop down menu
Skilled Talker

Posts: 57
Name: karim
Trades: 0
Srry if I got this wrong, but my understanding is that what you posted was more of a HTML dropdown combobox or something, a menu is used more with navigation side of things rather than for filling, wouldn't you agree?

p.s. I made a html file out of the code you posted, so now I'm aware of what it does.
__________________

Please login or register to view this content. Registration is FREE
for businesses and dealers
Please login or register to view this content. Registration is FREE

Last edited by TurboLizard; 12-15-2010 at 08:09 AM..
TurboLizard is offline
View Public Profile Visit TurboLizard's homepage!
 
Old 12-15-2010, 08:14 AM Re: HTML drop down menu
Super Spam Talker

Posts: 879
Name: Paul W
Trades: 0
" without a jquery it's very difficult to make sure it works with IE6 and IE7, sometimes you have to sacrifice functionality."! No it isn't.
__________________

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


*** New:
Please login or register to view this content. Registration is FREE
PaulW is offline
View Public Profile
 
Old 12-15-2010, 08:30 AM Re: HTML drop down menu
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Originally Posted by TurboLizard View Post
Srry if I got this wrong, but my understanding is that what you posted was more of a HTML dropdown combobox or something, a menu is used more with navigation side of things rather than for filling, wouldn't you agree?

p.s. I made a html file out of the code you posted, so now I'm aware of what it does.
A menu is something that allows users to make choices from the presented information, nothing more nothing less.

It requires more input to determine what type of menu ie:

navigation menu,
restaurant menu,
take-away menu.
etc. etc.

Certainly one could assume or speculate on what the OP meant and maybe get it right, but as with clients, it is better to get a fuller explanation of the requirements so you can make an informed judgement rather than make a guess.

And no it's not being pedantic, it's called experience.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
View Public Profile Visit chrishirst's homepage!
 
Old 12-15-2010, 10:46 AM Re: HTML drop down menu
Skilled Talker

Posts: 57
Name: karim
Trades: 0
Haha OK, not going to argue with a mod. Hope someone finds the NAVIGATIONAL menu I posted up useful. And hopefully the OP finds at least one of our contributions useful, although the silence is deafening.
__________________

Please login or register to view this content. Registration is FREE
for businesses and dealers
Please login or register to view this content. Registration is FREE
TurboLizard is offline
View Public Profile Visit TurboLizard's homepage!
 
Old 12-15-2010, 11:29 AM Re: HTML drop down menu
CSM
CSM's Avatar
Front-End Developer

Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
Trades: 0
http://en.lmgtfy.com/?q=HTML+drop+down+menu

Nothing more to say...
__________________
Chief Web Officer / Front-End Developer / System Engineer

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
CSM is offline
View Public Profile Visit CSM's homepage!
 
Old 12-20-2010, 12:36 AM Re: HTML drop down menu
Html Web Design's Avatar
Experienced Talker

Posts: 31
Name: WP Themes
Location: Nagpur
Trades: 0
First, copy this Javascript and paste it exactly as is into the <HEAD> section of your document:

Code:
<SCRIPT TYPE="text/javascript">
<!--
function dropdown(mySel)
{
var myWin, myVal;
myVal = mySel.options[mySel.selectedIndex].value;
if(myVal)
   {
   if(mySel.form.target)myWin = parent[mySel.form.target];
   else myWin = window;
   if (! myWin) return true;
   myWin.location = myVal;
   }
return false;
}
//-->
</SCRIPT>

HTML CODE

Code:
<FORM 
     ACTION="../cgi-bin/redirect.pl" 
     METHOD=POST onSubmit="return dropdown(this.gourl)">
<SELECT NAME="gourl">
<OPTION VALUE="">Choose a Destination...

<OPTION VALUE="/tags/"                     >Guide to HTML
<OPTION VALUE="/"                          >Idocs Home Page
<OPTION VALUE="http://www.ninthwonder.com" >Ninth Wonder

</SELECT>

<INPUT TYPE=SUBMIT VALUE="Go">
</FORM>
__________________

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

Please login or register to view this content. Registration is FREE
Html Web Design is offline
View Public Profile Visit Html Web Design's homepage!
 
Old 12-20-2010, 04:31 AM Re: HTML drop down menu
Banned

Posts: 1
Trades: 0
thanks for sharing
anthony922 is offline
View Public Profile
 
Closed Thread     « Reply to HTML drop down 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 1.01341 seconds with 12 queries