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
Post a Comment