06 2010 档案

不同浏览器识别 CSS
摘要: 仅IE7与IE5.0可以识别引用内容 引用内容*+html select {…}当面临需要只针对IE7与IE5.0做样式的时候就可以采用这个HACK。仅IE7可以识别引用内容 引用内容*+html select {…!important;}当面临需要只针对IE7做样式的时候就可以采用这个HACK。IE6及IE6以下识别引用内容 引用内容* html select {&h...阅读全文

posted @ 2010-06-25 10:23 陈涛 阅读(106) | 评论 (0) 编辑

重新定义 alert
摘要: <div id=alertn style="position:absolute;left:40%;top:-100px;width:200px;height:100px;background-color:red;padding:10px;"></div><input type="button" value=" 请点两下 " onclick="alert('重新定义对话...阅读全文

posted @ 2010-06-25 09:26 陈涛 阅读(24) | 评论 (0) 编辑

PHP 上传文件要注意
摘要: form 里要添加enctype="multipart/form-data"属性阅读全文

posted @ 2010-06-23 09:12 陈涛 阅读(12) | 评论 (0) 编辑