1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML i dont know how to say

Discussion in 'Web Development' started by slayerdeath666, Dec 12, 2008.

Thread Status:
Not open for further replies.
  1. slayerdeath666

    slayerdeath666 New Member

    hey. how do i create those drop down buttones where i select what i would like and than it show under that ( i mean this drop button as you can see on picture i put in ). i am creating website for runescape shop and when ppls click accounts it throw them to account page. There is that drop button and when they select for an example pure accounts..all accounts that belong to pure accounts show below that drop button. how can i do that?
     

    Attached Files:

  2. vareside

    vareside New Member

    Drop Down

    HTML:
    <select name="quickmenu">
    <option selected="selected">Select Something</option>
    <option>Position One to select</option>
    <option>Another one to select</option>
    <option>Still want more?</option>
    <option>Even this is possible :)</option>
    </select>
    
    The code above is for the simple drop down menu. For the redirection to the appropriate sites I can't help. But I'm sure you can embed it in the code I posted above.
     
  3. slayerdeath666

    slayerdeath666 New Member

    thanks vareside that i was looking for :) but i need to know how it will throw me in a page wich i selected from that drop sown menu. Please, aneyone know?
     
  4. sunnee

    sunnee New Member

    Thank you!
     
Thread Status:
Not open for further replies.