.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]<div class="my_select"> <select class="my_select_select" id="my_select_select02" onchange="document.getElementById('my_select_text02').value=this.value"> <option value="1_1" selected>1_1</option> <option value="1_2">1_2</option> <option value="1_3">1_3</option> </select> <input class="my_select_text" id="my_select_text02" /></div>
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号