上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 118 下一页
摘要: http://developer.51cto.com/art/201009/226559.htm条件注释是IE特有的一种功能,能对IE系列产品进行单独的XHTML代码处理,注意,主要是针对XHTML,而非CSS。 阅读全文
posted @ 2013-04-20 15:32 daishuguang 阅读(151) 评论(0) 推荐(0) 编辑
摘要: http://developer.51cto.com/art/201009/226335.htmhttp://developer.51cto.com/art/201009/226396.htmhttp://www.zhangxinxu.com/wordpress/?p=783http://www.tcreator.info/webSchool/html5_css3/make-ie-support-css3.html 阅读全文
posted @ 2013-04-20 14:26 daishuguang 阅读(133) 评论(0) 推荐(0) 编辑
摘要: http://www.189works.com/article-50898-1.htmlhttp://www.cnblogs.com/shanyou/archive/2009/08/23/1552542.html 阅读全文
posted @ 2013-04-20 12:43 daishuguang 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 错误信息:The project type is not supported by this installation.http://forums.asp.net/p/1260162/2355861.aspxhttp://www.cnblogs.com/xihulangzi/articles/2719972.html 阅读全文
posted @ 2013-04-20 12:39 daishuguang 阅读(244) 评论(0) 推荐(0) 编辑
摘要: http://www.red-team-design.com/how-to-solve-common-ie-bugs 阅读全文
posted @ 2013-04-20 01:54 daishuguang 阅读(154) 评论(0) 推荐(0) 编辑
摘要: http://rd.189works.com/article-110434-1.htmlhttp://www.cnblogs.com/belearner/archive/2013/02/20/2919211.htmlIE8不支持。 阅读全文
posted @ 2013-04-20 00:48 daishuguang 阅读(192) 评论(0) 推荐(0) 编辑
摘要: http://wenku.baidu.com/view/38c1df0d844769eae009ed11.htmlhttp://www.cnblogs.com/aqbyygyyga/archive/2012/05/13/2498601.html 阅读全文
posted @ 2013-04-19 23:58 daishuguang 阅读(96) 评论(0) 推荐(0) 编辑
摘要: http://blog.163.com/service80@126/blog/static/16193603020103982753370/http://www.chinaz.com/program/2009/0819/87408_2.shtml 阅读全文
posted @ 2013-04-19 23:56 daishuguang 阅读(110) 评论(0) 推荐(0) 编辑
摘要: View Code 1 context.Response.Write(@"<script>window.alert('用户名或密码错误');window.location.href='/admin/login/login.html';</script>");这样子的话会先弹出对话框,再跳转。View Code 1 context.Response.Write(@"<script>window.location.href='/admin/login/login.html';windo 阅读全文
posted @ 2013-04-19 23:50 daishuguang 阅读(198) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/fish-li/archive/2012/04/15/2450571.htmlView Code 1 <location path="admin/web"> 2 <system.web> 3 <authorization> 4 <deny users="?"/> 5 </authorization> 6 </system.web> 7 </location> 8 <location path="admin/lo 阅读全文
posted @ 2013-04-19 21:57 daishuguang 阅读(117) 评论(0) 推荐(0) 编辑
摘要: http://www.vinqon.com/codeblog/?detail/11087 阅读全文
posted @ 2013-04-19 17:24 daishuguang 阅读(110) 评论(0) 推荐(0) 编辑
摘要: View Code 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html;charset=gb2312" /> 5 <title& 阅读全文
posted @ 2013-04-19 17:21 daishuguang 阅读(139) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE>有什么意义?不加会怎样?http://www.cnblogs.com/releaseyou/archive/2009/04/16/1437456.htmlhttp://tieba.baidu.com/p/1058553142http://www.oschina.net/question/100896_105796http://book.51cto.com/art/200907/139391.htm摘要:DOCTYPE 声明指明了DTD,用来处理实体引用。没有它,能使用的实体引用就只有&amp;、&lt;、&gt;、&apos;和& 阅读全文
posted @ 2013-04-19 14:16 daishuguang 阅读(199) 评论(0) 推荐(0) 编辑
摘要: http://zhidao.baidu.com/question/351317625.html 阅读全文
posted @ 2013-04-19 11:05 daishuguang 阅读(93) 评论(0) 推荐(0) 编辑
摘要: http://www.modern.ie/zh-cn 阅读全文
posted @ 2013-04-19 10:36 daishuguang 阅读(101) 评论(0) 推荐(0) 编辑
上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 118 下一页