2016年7月10日

CSS里面position:relative与position:absolute 区别

摘要: position:absolute这个是绝对定位;是相对于浏览器的定位.比如:position:absolute;left:20px;top:80px; 这个容器始终位于距离浏览器左20px,距离浏览器上80px的这个位置.position:relative是相对定位,是相对于前面的容器定位的.这个 阅读全文

posted @ 2016-07-10 17:05 小豫 阅读(130) 评论(0) 推荐(0) 编辑

JSP页面规格化

摘要: http://doc.okbase.net/%E4%BA%BA%E7%94%9F%E9%9A%BE%E5%BE%97%E7%B3%8A%E6%B6%82/archive/123084.html http://huxiao.iteye.com/blog/470680 阅读全文

posted @ 2016-07-10 15:36 小豫 阅读(146) 评论(0) 推荐(0) 编辑

iframe自适应高度

摘要: <iframe style="position: absolute;height:100%" ></iframe> 阅读全文

posted @ 2016-07-10 11:30 小豫 阅读(110) 评论(0) 推荐(0) 编辑

getElementByTagName的使用

摘要: getElementByTagName的使用 dfdfd dfdfd dfdfd 阅读全文

posted @ 2016-07-10 10:43 小豫 阅读(461) 评论(0) 推荐(0) 编辑

div左右居中

摘要: margin:auto; 阅读全文

posted @ 2016-07-10 10:34 小豫 阅读(129) 评论(0) 推荐(0) 编辑

导航