spicysudhi
Programmer
Hi,
I want to place a background image for a select list box. How to do that...
<select name="lstGroup" size="6" style="width=280px">
....
</select>
When I add
in the style, its not showing the image as background.
thanks in advance.
regards,
Sudhi
I want to place a background image for a select list box. How to do that...
<select name="lstGroup" size="6" style="width=280px">
....
</select>
When I add
Code:
background-image: url('images/background.jpg')
thanks in advance.
regards,
Sudhi