随笔分类 -  HTML

前端相关内容
瀑布流下滑 发送ajax
摘要:<!DOCTYPE=html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1 阅读全文
posted @ 2017-03-13 18:04 阳光小白 阅读(218) 评论(0) 推荐(0)
HTML里 iframe跳转后关闭iframe
摘要:if(window != top){ top.location.href = location.href; } 阅读全文
posted @ 2017-02-23 15:27 阳光小白 阅读(2445) 评论(0) 推荐(0)
图片未加载完成时预测图片尺寸
摘要:/*************************************************************************************** * 图片头数据加载就绪获取图片尺寸 * @version 2011.05.27 * @author TangBin * @ 阅读全文
posted @ 2016-08-24 17:42 阳光小白 阅读(278) 评论(0) 推荐(0)
html 常用代码块
摘要:解决外边框不计入div尺寸的代码-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-sizing: border-box; 手指按下有外边框的问题-webkit-tap-highlight-color:rgba(255,0,0 阅读全文
posted @ 2016-07-26 10:24 阳光小白 阅读(555) 评论(0) 推荐(0)