Hi all, Can anyone tell me how can i add an image in Select box
HTML
<option id ="OP_{$LANG.MY_ID}" class="boardDialog" style="font-size:12px" value="OP_{$LANG.MY_ID}">
CSS
.boardDialog{
background-image: url(../images/Work_Board_Member.png);
background-repeat: no-repeat
}
This is working fine on Mozilla but does not work in IE and Google chrome. Can anyone tell me how can i do this google chrome