Posted by Steve Pugh on 12/13/06 13:04
gehegeradeaus@gmail.com wrote:
>
> how can I get the following result without using an image :
> http://cmdstud.khlim.be/~bbrughmans/select.png ?
Making the square is easy, for example:
<option>□ Markten</option>
Colouring it red without also colouring the text? Not possible.
Unless you build your own form control in Flash or Java or something,
but unless you are very good it will almost certainly be less usable
and less accessible than the standard one.
> I don't its possible to put a <div> into the <option> tag?
You can't put any markup inside an option element. Text only.
Steve
[Back to original message]
|