+ 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.
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