I want to add an image next to the text in a dropdownlist control but it doesn't work for me. Where is the problem?
<asp:DropDownList ID="drpRoomSetup" runat="server">
<asp:ListItem>Select a style</asp:ListItem>
<asp:ListItem style="background-image:url(U.GIF);">U
style</asp:ListItem>
<asp:ListItem style="background-
image:url(Classroom.GIF);">Small rectangular table/chairs)
</asp:ListItem>
</asp:DropDownList>