Hi,
I like to create a table with dropdowns, the dropdown select type does not need to take any action after selection.
I want the dropdown menu in same color as the table background color without borders and no arrowed button on the right side.
I dont know if this is possible, but any help would be great.
I like to use this on a PC for a club to show absent list when people arives, so they can check if anyone is missing at that day.
I can make a list with all club members in a dropdown and tables for different clubs and their members, this way we could only click in the table and choose a name as absent in different tables.
I did create a small one but i cant get rid of the border and arrowed button on right side.
<select style="font-size:9px;color:#006699;font-family:verdana;background-color:#CCFFFF;">
<option>test1</option>
<option>test2</option>
<option>test3</option>
</select>