div下拉框

 <HTML>

<HEAD>
<title>模拟下拉列表框</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>BODY {
FONT: 12px 宋体
}
TD {
FONT: 12px 宋体
}
DIV {
FONT: 12px 宋体
}
  ul{margin:0; padding:0; list-style:none}  /* firefox关于ul li  跑距离的解决方案  */
  li{margin:0; padding:0; list-style:none}
LABEL {
  PADDING-RIGHT: 0px; PADDING-LEFT: 4px; PADDING-BOTTOM: 0px; PADDING-TOP: 3px; HEIGHT: 19px
}
.link_box {
  CURSOR: default; TEXT-ALIGN: left
}
.link_head {
BORDER-RIGHT: 2px inset; BORDER-TOP: 2px inset; BORDER-LEFT: 2px inset; WIDTH: 100%; 
BORDER-BOTTOM: 2px inset; HEIGHT: 23px
}
.link_text {
PADDING-LEFT: 2px; BACKGROUND: #fff
}
.link_arrow0 {
BORDER-RIGHT: 2px outset; BORDER-TOP: 2px outset; BACKGROUND: buttonface; 
FONT: 14px marlett; BORDER-LEFT: 2px outset; WIDTH: 22px;
BORDER-BOTTOM: 2px outset; HEIGHT: 100%; TEXT-ALIGN: center
}
.link_arrow1 {
BORDER-RIGHT: buttonshadow 1px solid; PADDING-RIGHT: 0px; 
BORDER-TOP: buttonshadow 1px solid; PADDING-LEFT: 2px; 
BACKGROUND: buttonface; PADDING-BOTTOM: 0px; FONT: 14px marlett; 
BORDER-LEFT: buttonshadow 1px solid; WIDTH: 22px; PADDING-TOP: 2px; 
BORDER-BOTTOM: buttonshadow 1px solid; HEIGHT: 100%; TEXT-ALIGN: center
}
.link_value {
   BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FILTER: alpha(opacity:0); 
   VISIBILITY: hidden; OVERFLOW-X: hidden; OVERFLOW: auto; BORDER-LEFT: 1px solid; 
   BORDER-BOTTOM: 1px solid; POSITION: absolute
}
.link_record0 {
   BORDER-TOP: #eee 1px solid; PADDING-LEFT: 2px; BACKGROUND: #fff; 
   WIDTH: 100%; COLOR: #000; HEIGHT: 20px
}
.link_record0 ul{MARGIN: 0px;width:100%}
.link_record0 ul li{float:left;width:49%}

.link_record1 {
BORDER-TOP: #047 1px solid; PADDING-LEFT: 2px; BACKGROUND: #058; 
WIDTH: 100%; COLOR: #fe0; HEIGHT: 20px
}
.link_record1 ul{MARGIN: 0px;width:100%}
.link_record1 ul li{float:left;width:49%}
</style>
<script>
var dropShow=false
var currentID
function dropdown(el){
if(dropShow){
dropFadeOut()
}else{
currentID=el
el.style.visibility="visible"
dropFadeIn()
}
}
function dropFadeIn(){//选单淡入的效果
if(currentID.filters.alpha.opacity<100){
currentID.filters.alpha.opacity+=20
fadeTimer=setTimeout("dropFadeIn()",50)
}else{
dropShow=true
clearTimeout(fadeTimer)
}
}
function dropFadeOut(){//选单淡出的效果
if(currentID.filters.alpha.opacity>0){
clearTimeout(fadeTimer)
currentID.filters.alpha.opacity-=20
fadeTimer=setTimeout("dropFadeOut()",50)
}else{
dropShow=false
currentID.style.visibility="hidden"
}
}
function dropdownHide(){
if(dropShow){
dropFadeOut()
dropShow=false
}
}
function hiLight(el){//高亮度显示指标位置
if(dropShow){
for(i=0;i<el.parentElement.childNodes.length;i++){
el.parentElement.childNodes(i).className="link_record0"
 }
    el.className="link_record1"
  }
}
function CheckMe(el,str){//替换显示内容
  //  document.all.text1.innerText=el.innerText
  document.all.text1.innerText=str
}
document.οnclick=dropdownHide
</script>
</HEAD>
<body text="#000000" οnlοad="document.all.form1.reset()">
<div style="padding:10px;border-bottom:2px solid red">模拟下拉框</div>
<form method="post" action="WebDropDownList.aspx" id="form1" οnsubmit="alert(city.value)">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE1MzkwMjYyODZkZA==" />
</div>

<table>
<tr>
<td>
<div class="link_box" onselectstart="return false" style="WIDTH: 100px">
<div class="link_head" οnclick="dropdown(value1)">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
 <td>
  <div class="link_text"><nobr><label id="text1">请选择?</label></nobr></div>
 </td>
 <td align="right" width="22">
  <div οnmοuseup="this.className='link_arrow0'" class="link_arrow0" 
  οnmοusedοwn="this.className='link_arrow1'" οnmοuseοut="this.className='link_arrow0'">6</div>
 </td>
</tr>
</table>
</div>
<div class="link_value" id="value1" style="WIDTH: 600px; HEIGHT:200px">
<div id="mx">
<div class="link_record0" οnmοuseοver="hiLight(this)" 
 οnclick="CheckMe(this,'上海市');document.all.form1.city.value=this.innerText"><ul><li>上海市</li><li>中国四大城市之一</li></ul></div>
<div class="link_record0" οnmοuseοver="hiLight(this)" 
 οnclick="CheckMe(this,'天津市');document.all.form1.city.value=this.innerText"><ul><li>天津市</li><li>中国四大城市之一</li></ul></div>
<div class="link_record0" οnmοuseοver="hiLight(this)"
 οnclick="CheckMe(this,'杭州市');document.all.form1.city.value=this.innerText"><ul><li>杭州市</li><li>中国四大城市之一</li></ul></div>
<div class="link_record0" οnmοuseοver="hiLight(this)"
 οnclick="CheckMe(this,'济南市');document.all.form1.city.value=this.innerText"><ul><li>济南市</li><li>中国四大城市之一</li></ul></div>
<div class="link_record0" οnmοuseοver="hiLight(this)"
 οnclick="CheckMe(this,'青岛市');document.all.form1.city.value=this.innerText"><ul><li>青岛市</li><li>中国四大城市之一</li></ul></div>
<div class="link_record0" οnmοuseοver="hiLight(this)"
 οnclick="CheckMe(this,'烟台市');document.all.form1.city.value=this.innerText"><ul><li>烟台市</li><li>中国四大城市之一</li></ul></div>
</div>
</div>
</div>
</td>
<td><input type="hidden" value="您尚未选择" name="city"> <input type="submit" value="确定">
</td>
</tr>
</table>
</form>
</body>
</HTML>
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值