Sign In
|
Register
Please Log In to save to favorites
TAGs
option, background, bg, icon, image, select
Versions
Versions
08/11/2009 02:38:31
Add icon in select list (option)
by
duniyadnd
Please note that this will only work in Firefox, but disabled gracefully from all other browsers.
1.
<select>
2.
<option>
Topic
</option>
3.
<option style=
"background:url(
'/images/icons/famfam/silk/information.png'
) 0px 2px no-repeat; padding-top: 2px; padding-left: 18px; height: 20px;"
>
Information
</option>
4.
</select>
Comments
Sign in to give your comments.