RESOLVED DUPLICATE of bug 9846 83932
select option tag ignore background-image css property
https://bugs.webkit.org/show_bug.cgi?id=83932
Summary select option tag ignore background-image css property
info
Reported 2012-04-13 12:43:55 PDT
The option html tag don't apply background-image css property. The expected behavior is to add background-image on a line of select control. Exemple : <select> <option style="background-image: url(icon1.png);"> Element 1</option> <option style="background: url(icon2.png) no-repeat top left;"> Element 2 </option> </select>
Attachments
dstockwell
Comment 1 2012-06-27 22:00:57 PDT
*** This bug has been marked as a duplicate of bug 9846 ***
Note You need to log in before you can comment on or make changes to this bug.