Results 1 to 4 of 4

Thread: Drop Menu with Background Color

  1. #1
    Join Date
    Aug 2010
    Location
    Jacksonville, FL
    Posts
    85
    Thanks
    31
    Thanked 0 Times in 0 Posts

    Default Drop Menu with Background Color

    Hello, I have the following code:

    <div class="webformgen label
    <label for="General Library Info" class="spacer">General Library Info</label>
    <form id="quicklinks" name="quicklinks" action="">
    <select name="quicklinkitem" onchange="openWin(quicklinkitem.value)">

    <option value="http://jaxpubliclibrary.org/program.calendar/main.html">About the Library</option>

    <option value="http://jaxpubliclibrary.org/program.calendar/ayl.html">Locations and Hours</option>

    <option value="http://jaxpubliclibrary.org/program.calendar/jb.html">Search Library Catalog</option>

    <option value="http://jaxpubliclibrary.org/program.calendar/ns.html">Library Cards and Services</option>

    <option value="http://jaxpubliclibrary.org/program.calendar/eb.html">Meeting Rooms</option>

    <option value="http://jaxpubliclibrary.org/program.calendar/gb.html">Programs and Events</option>

    <option value="http://jaxpubliclibrary.org/program.calendar/du.html">Job Opportunities</option>

    <option value="http://jaxpubliclibrary.org/program.calendar/kr.html">Support Your Library</option>

    <option value="http://jaxpubliclibrary.org/program.calendar/max.html">Volunteer!</option>

    <option value="http://jaxpubliclibrary.org/program.calendar/mh.html">My Account</option>

    </select>
    </form>
    </div>

    _________________________________

    The style sheet:
    .webformgen label {float:left; width:175px; font-weight:bold; text-transform:uppercase; margin-bottom:0; margin-left:10px;}
    _________________

    How do I make the background of the drop down a color instead of white? I've tried a lot of things but have not been successful.

    Thank you, Elbee

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Hi Elbee, if you could post a link to your page online it would be much easier to help.

  3. #3
    Join Date
    Aug 2010
    Location
    Jacksonville, FL
    Posts
    85
    Thanks
    31
    Thanked 0 Times in 0 Posts

    Default

    Thanks for responding!

    http://jaxpubliclibrary.org/lib/about.html

    We want to eliminate the three menus on the left and make them drop down menus at the top.

    Thanks again, Elbee

  4. #4
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    For that you would need a multilevel drop down menu. There are a lot of different menus on dynanicdrive that you could use.

    You can find them here:
    http://www.dynamicdrive.com/dynamicindex1/indexc.html

    Here is an example of a menu that is quite nice:
    http://www.dynamicdrive.com/dynamici...smoothmenu.htm

    You have a lot of submenu links so it is going to take some work coding it.

  5. The Following User Says Thank You to azoomer For This Useful Post:

    Elbee (09-01-2010)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •