Alternative for Option tag in HTML that can support images -


since images cannot added option tag, can please suggest alternative this, can add image along text. new html, not quite aware of tags.

you have option use this:

<select>   <option style="background-image:url(image1.jpg);">male</option>   <option style="background-image:url(image2.jpg);">female</option>   <option style="background-image:url(image3.jpg);">others</option> </select>  

however, can use ddslick

a free light weight jquery plugin allows create custom drop down images , description.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -