Results 1 to 3 of 3

Thread: Drop-down menu

  1. #1
    Join Date
    Jan 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop-down menu

    Hi,

    I need to apply on my site the same drop-down menu
    that appears on the left onto the following homepage site:
    http://www.universalmusic.it/pop/

    dropdown
    Artista SEARCH

    Can you help me to find this kind of script?

    Thanks in advance for cooperation.

    Regards
    Lele

  2. #2
    Join Date
    Mar 2008
    Posts
    122
    Thanks
    17
    Thanked 5 Times in 5 Posts

    Default

    code:

    <form name="search_form">
    <select name="cars">
    <option value="volvo">Volvo</option>
    <option value="saab">Saab</option>
    <option value="fiat">Fiat</option>
    <option value="audi">Audi</option>
    </select>
    </form>

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by Lele View Post
    Can you help me to find this kind of script?
    That particular one is actually made in Flash. I don't know why they chose Flash as it has no inherent advantage in this sort of application, plus they're using non-aliased fonts and the stock components (UGLY!).

    Anyway, I wouldn't recommend using Flash. What hmsnacker123 posted is a way to do it in HTML.

    You'll need some sort of back end integration for the search function to actually work. Not sure if you're going to be using the same functionality or if you just want to copy the look.

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
  •