Users Pricing

forum

home / developersection / forums / stylish of the drop down list in html

Stylish of the drop down list in HTML

Mark Devid 4484 12 Feb 2013

Hi Expert!

I have created the following drop down list using the

<select></select>
tags . The code that i used is :

<html>
<body>
<select name="ans" >
<option> select 1</option>
<option> select 2</option>
</select>
</body>
</html>
Is their a way I can change the style of the list , like the drop down arrow or the text in it.

Thanks!


Mark Devid

Other


1 Answers