Jump to content

Recommended Posts

Posted

Hi! I'm looking for a drop-down script that will take you to a link. Does anyone know where I could find one? Thanks in advance!

  • 4 weeks later...
Posted

You might also try hotscripts.com

Posted

Eric,

 

You can also achieve the same drop-down effect using CSS instead of JavaScript. I actually prefer the CSS method because all current browsers support CSS, whereas users may elect to turn off JavaScript in their browser.

 

For a good example of a drop down menu script using CSS, you can visit Listamatic, WireMan Menu 1 or WireMan Menu 2.

 

Actually, I can't remember now if the Wire-Man menus use only CSS or if they are a combo of CSS and JavaScript. You'll need to look into it. Either way, the Listamatic web site has a lot of really great CSS menus. Check it out!

 

:rolleyes:

Posted

Forgive me, and maybe I'm just really unschooled, but I wouldn't think that CSS on its own could achieve anything but change the formats (color, background color&images, fonts, ect.).

 

Last I knew, CSS was just a style file. :rolleyes:

 

I didn't think it was capable of dynamic anything. Let me know if you find out differently.

Posted

You could just use a simple form based option menu

><FORM>
<SELECT NAME="list">
<OPTION SELECTED VALUE="home.html">Home
<OPTION VALUE="links.html">Links
<OPTION VALUE="about.html">About me
<OPTION VALUE="contact.html">Contact me
<OPTION VALUE="http://friends_site.com/">My friends site
</SELECT>
<INPUT TYPE=BUTTON VALUE="Go Get It!" 
onClick="top.location.href=this.form.list.options[this.form.list.selectedIndex].value">
</FORM>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...