Question:

How can I create a drop down list toolbar where you don't have to click it to see options.

by  |  earlier

0 LIKES UnLike

I am designing a web page and I want to make a tool bar on the top, where you can hover over an option and a list will pop down without you having to click it. Then, I can click one of the options that is on the list that pops down. I am using FrontPage 2003.

For example,

http://www.3par.com/index.html

http://www.walmart.com/

 Tags:

   Report

1 ANSWERS


  1. check out http://mytravelguru.blogspot.com there i have used the dropdown menu option.. So if u need that dropdown code here is it:

    <form name="Select your City">

    <select name="menu">

    <option value="http://mytravelguru.blogspot.com/...

    <option value="http://mytravelguru.blogspot.com/...

    <option value="http://mytravelguru.blogspot.com/...

    <option value="http://mytravelguru.blogspot.com/... & Halebid</a>

    <option value="http://mytravelguru.blogspot.com/...

    <option value="http://mytravelguru.blogspot.com/...

    <option value="http://mytravelguru.blogspot.com/...

    <option value="http://mytravelguru.blogspot.com/...

    </select>

    <input type="button" onClick="top.location=document.Select your City.menu.options[document.Select your City.menu.selectedIndex].value;" value="GO!">

    </form>

    The above code was used for ma blog, so to make it use in ur blog you have to replace it with your site url...

    thanx

    sagar

    http://orkut-free-themes.blogspot.com

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.