Need An Html Guru...

Discussion in 'Gaming' started by RagnaroK, Mar 9, 2005.

  1. RagnaroK

    RagnaroK Senior Member

    Age:
    36
    Posts:
    1,876
    Likes Received:
    0
    Joined:
    Nov 10, 2004
    Location:
    Vancouver, Canada
    Hello people, i really need help, and since my HTML is 'limited' i decided to ask around here, anyone of you know how to make a drop down box in HTML code?

    Best example of what i want is here - http://s4.invisionfree.com/FIWII/index.php?showuser=9

    It's in her sig, the white and pink drop down box :) I tried using View > Source but my computer is stupid, so ye...

    Thanks to anyone who helps out.
     
  2. RagnaroK

    RagnaroK Senior Member

    Age:
    36
    Posts:
    1,876
    Likes Received:
    0
    Joined:
    Nov 10, 2004
    Location:
    Vancouver, Canada
    um... bump?
     
  3. Gez

    Gez Well-Known Member

    Age:
    37
    Posts:
    1,696
    Likes Received:
    0
    Joined:
    Jul 20, 2004
    Location:
    Wales/UK
    sorry, cant help, gonna move this to computing
     
  4. Niosis

    Niosis Well-Known Member

    Posts:
    949
    Likes Received:
    0
    Joined:
    May 17, 2004
    AND no one can see what you posted because you have to sign up on the forum to view a page.
     
  5. S1lence

    S1lence Well-Known Member

    Posts:
    440
    Likes Received:
    0
    Joined:
    Feb 24, 2005
    Prt Scrn Homie
     
  6. mttviper

    mttviper Well-Known Member

    Age:
    36
    Posts:
    3,037
    Likes Received:
    0
    Joined:
    Jul 24, 2004
    Just msg me, your on my msn. I know html pretty well.

    <form>
    <select name="type of pussy(cat)">
    <option value=hairy">Hairy
    <option value="fluffy">Fluffy
    <option value="fat">Fat
    <option value="shaved">Shaved
    </select>
    </form>
     
  7. DistantUK

    DistantUK Senior Member

    Age:
    38
    Posts:
    302
    Likes Received:
    0
    Joined:
    Feb 23, 2005
    Location:
    England, UK
    HTML should be an essential of all internet users, i think!
     
  8. DarkDrakeX

    DarkDrakeX Senior Member

    Posts:
    1,353
    Likes Received:
    0
    Joined:
    Feb 6, 2005
    Location:
    Georgia
    www. webmonkey.net or .com i dont remember wich 1 but that is a very nice site fer help.
     
  9. xlink

    xlink GR's Tech Enthusiast

    Posts:
    8,054
    Likes Received:
    3
    Joined:
    Nov 19, 2004
    <form>
    <select name="navigation" size="1" onchange="if(options[selectedIndex].value) window.location.href=(options[selectedIndex].value)">
    <option value="#urlhere.html">First link</option>
    <option value="#urlhere.html">Second link</option>
    <option value="#urlhere.html">Third link</option>
    <option value="#urlhere.html">Fourth link</option>
    </select>
    </form>

    thats is a jump box set up to change the url. THere is a little javascript in it but you can also specify the JS to change certain variables, I am too lazy to go into it in depth you likely have what you need here or what was allready given. Also I am rusty w/ HTML and JS like this as I have rarely been using it lately.
     
  10. RagnaroK

    RagnaroK Senior Member

    Age:
    36
    Posts:
    1,876
    Likes Received:
    0
    Joined:
    Nov 10, 2004
    Location:
    Vancouver, Canada
    Mm... i just wanted a drop down box where you can see text, you know? I cant really explain but that link i provided should work, or i think you need to be a member... hmm... Well you know when you click 'FAST REPLY' on the bottom you have a small tiny box like that? I need something like that. but only thing i need is a drop down box... meh ill take a pic soon and see what i can do
     
  11. Toilet

    Toilet Well-Known Member

    Age:
    34
    Posts:
    398
    Likes Received:
    0
    Joined:
    Mar 19, 2005
    Location:
    IL.USA
    i reccomend going to w3schools.com
     

Share This Page