Fork me on GitHub
摘要: iframe中使用window.open在ie9出现路径错误的bug。修改为: 阅读全文
posted @ 2018-01-23 15:27 森海轮回 阅读(207) 评论(0) 推荐(0) 编辑
摘要: flex布局,均等分3份,在ie9不兼容。ie9不支持flex。 如下: width:33%;text-align:centermargin-left:-3px inline-block 有3像素bug 阅读全文
posted @ 2018-01-23 13:39 森海轮回 阅读(4175) 评论(0) 推荐(0) 编辑
摘要: iframe 方法onload=iFrameHeight(this);function iFrameHeight(obj) { $(obj).height($(window).height() -50); //这里定义了框架高度,这个高度是不包括iframe padding的高度。决定了真正的高度。 阅读全文
posted @ 2018-01-23 13:36 森海轮回 阅读(398) 评论(0) 推荐(0) 编辑