<script type="text/javascript">
window.onload=function(){
var a=document.getElementById('lable');
var ali=a.getElementsByTagName('li');
var b=document.getElementById('change');
var bli=b.getElementsByTagName('li');
ali[0].style.marginTop='0';
ali[0].style.backgroundColor='#fff';
ali[0].style.borderBottom='none';
ali[0].style.height='20px';
ali[0].style.lineHeight='20px';
for(var i=0;i<ali.length-1;i++)
{
ali[i].onclick = function()
{
for(var j=0;j<ali.length-1;j++)
{
ali[j].style.marginTop='2px';
ali[j].style.backgroundColor='#DADADA';
ali[j].style.borderBottom='1px solid #898C95';
ali[j].style.height='17px';
ali[j].style.lineHeight='17px';
bli[j].style.display='none';
}
this.style.marginTop='0';
this.style.backgroundColor='#fff';
this.style.borderBottom='none';
this.style.height='20px';
this.style.lineHeight='20px';
bli[i].style.display='block';
}
}
}
</script>
慕仙森
慕哥6287543
绝地无双
相关分类