Results 1 to 3 of 3

Thread: Not-so Newbie Question

  1. #1
    I live in a giant bucket Blizzard's Avatar
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    166

    Default Not-so Newbie Question

    Hello, I was wondering if someone could tell me how to make my own lil' drop box.

    Thanks

  2. #2
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    <select>
    <option>You mean like this?</option>
    <option>Although this one</option>
    <option>doesn't actually do anything</option>
    <option>I used</option>
    <option>the following</option>
    <option>code as you can</option>
    <option>see below </option>
    </select>

    Code:
    &lt;select>
    &lt;option>You mean like this?&lt;/option>
    &lt;option>Although this one&lt;/option>
    &lt;option>doesn't actually do anything&lt;/option>
    &lt;option>I used&lt;/option>
    &lt;option>the following&lt;/option>
    &lt;option>code as you can&lt;/option>
    &lt;option>see below :p &lt;/option>
    &lt;/select>
    <select size=2>
    <option>And here</option>
    <option>is</option>
    <option>a double</option>
    <option>sized</option>
    <option>scroll one</option>
    <option>using</option>
    <option>size=2 in the select</option>
    <option>tag</option>
    </select>
    Problems playing downloaded videos? Try CCCP


  3. #3
    I live in a giant bucket Blizzard's Avatar
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    166

    Default

    Yep the top ones it, thanks Crono

Posting Permissions

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