exists one css that can modify a <SELECT> to make it like a grid.. whit more then One information.. something beatiful?
<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):
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?
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 --------------------------------------------------