html - How to Customise select tag? -



html - How to Customise select tag? -

possible duplicate: is possible style select box?

i want customise select tag image above should looks as in browsers.

css:

.select-bg { background:url(../images/select-bg.png) no-repeat top center; width:350px; height:47px; } .select-bg select { background:#ff0000; } <div class="select-bg"> <select> <option>1</option> <option>1</option> <option>1</option> <option>1</option> </select> </div>

i want the above image background of select box.

so, can please help ?

what attempting here impossible pure css , html. going need jquery.

here list of great list box plugins. one looks 1 , personal favorite.

html css image select

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -