scrigroup Posted September 28, 2011 Share Posted September 28, 2011 Hello all, I have a stong question because i can't solve it. I want to creat a drop down list with images beside each row. Usualy on clasic html is something like this: select ... option value /option /select But i want a small image (icon) beside each option from select. See for example: http://www.scrigroup.com/legislatie/drept/index43.php on the top page see a clasic select. How can i cheange it to icon seclect on each option? Thanks for your effor to reply Link to comment https://forums.phpfreaks.com/topic/248036-select-with-image-beside-each-option/ Share on other sites More sharing options...
dougjohnson Posted September 28, 2011 Share Posted September 28, 2011 I don't think you can use images inside of a html drop-down selection. Link to comment https://forums.phpfreaks.com/topic/248036-select-with-image-beside-each-option/#findComment-1273593 Share on other sites More sharing options...
ManiacDan Posted September 28, 2011 Share Posted September 28, 2011 You can simulate this with divs and javascript, but I don't believe it's possible in normal HTML. Link to comment https://forums.phpfreaks.com/topic/248036-select-with-image-beside-each-option/#findComment-1273638 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.