A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: help with drop downs

  1. #1
    Junior Member
    Join Date
    May 2004
    Location
    Boston
    Posts
    5

    help with drop downs

    Hello all,
    I want to put a dropdown i made in fireworks into dreamweaver. There's gotta be a way to make this work, right? if so, please let me know. thanks.
    freckles

  2. #2
    |animation|queen|
    Join Date
    Aug 2003
    Location
    Funkytown
    Posts
    73
    it would be helpful if you gave more information...
    In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move.
    -Douglas Adams

  3. #3
    ? tonytryout's Avatar
    Join Date
    Oct 2001
    Location
    Somewhere out there
    Posts
    864
    I don't think you can do this. You need to use a proper standard HTML form tag and use CSS to style it so it looks as close as possible to what your drop down box looks like in Fireworks.

    like
    Code:
    <form name="myform">
    <select name="links" class="pulldown">
              <option value="option1.asp">About Us</option>
              <option value="option2.asp">Contact Us</option>
              <option value="option3.asp">The Company</option>
              <option value="option4.asp">Job Vacancies</option>
    </select>
    </form>
    Hope this helps.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center