구현하기가 다소 번거롭기는 하지만 내장된 Select를 사용하면 매우 간단하게 완료할 수 있기 때문입니다. 하지만 이 코드는 실제로 웹 페이지에서 JS를 실제로 적용하는 방법, 다양한 요소 간의 협력 방법 등을 알려줍니다. . 효과는 다음과 같습니다. 드롭다운 선택 상자 body{margin:20px auto;font-family:Arial,Helvetica,sans-serif;font-size:12px;width:950px;height:400px;border:solid 1px #aaa;position:relative;padding:10px;} h1{font-size:12px;color:#444;} ul{margin:0;padding:0;list-style:none;} .dropDownList{position:absolute;left:100px;top:100px;} .dropDownList div.dropdown{float:left;margin-right:120px;} .dropDownList span{display:block;width:146px;height:26px;background:url(/upload/2010-3/20100303231959754.gif) left top no-repeat;line-height:26px;text-indent:12px;border:solid 1px #83BBD9;cursor:default;} .dropDownList span.over{background-position:left bottom;border-color:#B4C91A;} .dropDownList ul{width:200px;display:none;position:absolute;} .dropDownList ul li{background:#eee;height:20px;width:100%;padding:3px 0;text-indent:12px;cursor:default;line-height:20px;} /*