Click to See Complete Forum and Search --> : Small Graphics and Drop Down Menus


bandguy
08-28-2006, 10:03 PM
Is there a way to put a small graphic beside a word in a drop down menu?

Kravvitz
08-28-2006, 11:30 PM
What kind of drop down menu? <select>?

No elements are allowed inside <option>s but some browsers allow background images to be given to them.

bandguy
08-29-2006, 12:09 AM
yes...select

I am able to change the font color on the options ... it would be cool to add a little graphic.

Can it be done?

Kravvitz
08-29-2006, 12:16 AM
Read my post again. Some browsers allow this to be done with CSS.