
css3+html5+jquery
suqimm
这个作者很懒,什么都没留下…
展开
-
css3 女厕所标记例子
css: /* Created by TopStyle Trial - www.topstyle4.com */ .ren_header{ width: 100px; height: 100px; background: black; border-radius: 100px 100px 100px 100px; margin-left:100px; } ....原创 2013-09-04 16:30:00 · 164 阅读 · 0 评论 -
JSON 未定义
解决在IE8中无法使用原生JSON的问题 解决 首先说原因,微软文档的Requirements:Note中已经说的很清楚,翻译成中文意思大致如下:JSON是包含在JScript 5.8中,而为了向下兼容ie8只有在文档模式是”Internet Explorer 8 Standards”的时候才使用JScripte 5.8,其他时候使用JScripte 5.7特性。因此如果文档...原创 2015-09-08 19:51:19 · 204 阅读 · 0 评论