方式一:
document.getElementById('element').style.display = '';
document.getElementById('element').style.display = 'none';
25th,九月,2009
使用javascript切换dom元素显示状态
Post Time:Fri, 25 Sep 2009 17:59:10 +0000
By Author:
15th,九月,2009
checkbox 选中一个
Post Time:Tue, 15 Sep 2009 14:12:58 +0000
By Author:
<div id=”choice_checkbox”>
<input type=”checkbox” name=”" onclick=”choice_checkbox(0)”/>
<input type=”checkbox” name=”" onclick=”choice_checkbox(1)”/>
<input type=”checkbox” na[......]
<input type=”checkbox” name=”" onclick=”choice_checkbox(0)”/>
<input type=”checkbox” name=”" onclick=”choice_checkbox(1)”/>
<input type=”checkbox” na[......]
15th,九月,2009
a去掉虚线
Post Time:Tue, 15 Sep 2009 11:25:04 +0000
By Author:
.wrap{position:relative;}
.btns{zoom:1;}
.btns *{outline:0;zoom:1;background:#f2f2f2;}
14th,九月,2009
页面跳转
Post Time:Mon, 14 Sep 2009 15:48:42 +0000
By Author:
<meta http-equiv=”refresh” content=”5;URL=http://www.baidu.com“>
第一种:
<script language=“javascript” type=“text/javascript”>
window.location.href=“login.jsp?backurl=”+window[......]
9th,九月,2009
最小宽度 css
Post Time:Wed, 09 Sep 2009 13:45:11 +0000
By Author:
.wrap{
min-width: 950px;
*width: expression( document.body.clientWidth < 950 ? "950px" : "100%" );
}







