以上代码可以在ie9.0下实现可输入的下拉框,但在ie6下时输入的文本框就没有了 ,怎么弄才你能可以在ie6下可以用,要简单的。
回复讨论(解决方案)
.my_select { position:relative; margin:100px; font-size:12px;}.my_select_select { position:absolute; left:0; top:0; *top:1px; width:100px; clip:rect(0 auto auto 80px); height:22px; line-height:18px; background:#09C;}.my_select_text { width:80px; *height:16px; *line-height:16px;}[code=html] [/code]










