A select element like a Grid

Discussion in 'HTML & Website Design' started by wolves, Nov 27, 2005.

  1. #1
    exists one css that can modify a <SELECT> to make it like a grid.. whit more then One information.. something beatiful?
     
    wolves, Nov 27, 2005 IP
  2. Entelarust

    Entelarust Peon

    Messages:
    58
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    
    <select name="name" size="5" multiple="multiple">
    <option value="value1">Value 1</option>
    <option value="value2">Value 2</option>
    <option value="value3">Value 3</option>
    <option value="value4">Value 4</option>
    <option value="value5">Value 5</option>
    </select>
    
    Code (markup):
     
    Entelarust, Nov 27, 2005 IP
  3. wolves

    wolves Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    no.. u not understood me...

    this can suporte only 1 information...

    how to divide it... to cell it with more then one information?

    name... phone....age
    jhob 444 20
    bob 333 80

    see?
     
    wolves, Nov 27, 2005 IP
  4. Entelarust

    Entelarust Peon

    Messages:
    58
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    what would it be used for? is it a form?
     
    Entelarust, Nov 27, 2005 IP
  5. wolves

    wolves Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    no.
    just for show information.
    in a <select>i can manipulte the information easier with(php and ajax) then in a <table>

    so I need to put more then one information in eache line..
    but I have to do a great position... example


    --------------------------------------------------
    JHON | 20 | banana
    JHON | 20 | banana
    JHON | 20 | banana
    JHON | 20 | banana
    --------------------------------------------------
     
    wolves, Nov 27, 2005 IP