★★★想用VML实现类似于word里的图形化select????
CUCMe 2003-10-05 10:03:13 想实现一个select,它的下拉项显示的是类似于word画一个箭头,然后可以选择箭头式样的功能(图形化的),我知道用VML语言可以实现:
<v:line style="position:relative" from="0,0" to="100,0" ><v:stroke EndArrow="Classic"/></v:line><br>
<v:line style="position:relative" from="0,0" to="100,0" ><v:stroke StartArrow="Oval"/></v:line><br>
但是这个怎么加到select的<option>中呢,请高手指教,3Qs for answer:)