可编辑的下拉选单
< html >
< head >
< meta?http - equiv = " Content-Type " ?c? />
< title > 無標題文檔 </ title >
</ head >
< body >
< div?style = " position:relative; " >
< span?style = " margin-left:100px;width:18px;overflow:hidden; " >
< select?name = " s1 " ?style = " width:118px;margin-left:-100px " ? >
< option?value = " www.souzz.net " > ?souzz? </ option >
< option?value = " www.eWebSoft.com " > ?eWebSoft? </ option >
< option?value = " WEB開發者 " > ?WEB開發者? </ option >
</ select >
</ span >
< input?id = " box " ??style = " width:100px;position:absolute;left:0px; " >
</ div >
</ body >
</ html >
< head >
< meta?http - equiv = " Content-Type " ?c? />
< title > 無標題文檔 </ title >
</ head >
< body >
< div?style = " position:relative; " >
< span?style = " margin-left:100px;width:18px;overflow:hidden; " >
< select?name = " s1 " ?style = " width:118px;margin-left:-100px " ? >
< option?value = " www.souzz.net " > ?souzz? </ option >
< option?value = " www.eWebSoft.com " > ?eWebSoft? </ option >
< option?value = " WEB開發者 " > ?WEB開發者? </ option >
</ select >
</ span >
< input?id = " box " ??style = " width:100px;position:absolute;left:0px; " >
</ div >
</ body >
</ html >
轉載于:https://www.cnblogs.com/DavidLc/archive/2008/02/14/1068983.html
總結
- 上一篇: 实现微信打开网页时,获取当前微信用户信息
- 下一篇: String类的模拟实现