How to style a <select> dropdown with CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to style a <select> dropdown with CSS?

Is there any way to style a <select> dropdown using CSS? I know their are ways with Javascript but would like to see what I can do with CSS. Any ideas would be much appreciated.

5th Feb 2018, 4:38 PM
Memphis Reigns
Memphis Reigns - avatar
1 Answer
+ 2
This is the part of html <center> <form name="lottery"> <table width=100% border=0> <tr> <td align=center>Pick <select name="numbercount"> <option value="1">1 <option value="2">2 <option value="3">3
5th Feb 2018, 4:41 PM
Memphis Reigns
Memphis Reigns - avatar