Bug 83932

Summary: select option tag ignore background-image css property
Product: WebKit Reporter: info
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Minor CC: dstockwell
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://lab.artlung.com/form-image-background/

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.