随笔分类 -  HTML

html
html 各种高度
摘要:http://www.cnblogs.com/polk6/archive/2016/01/03/5051935.html 阅读全文

posted @ 2017-03-07 22:04 rigidwang 阅读(146) 评论(0) 推荐(0) 编辑

IE8兼容H5语义标签
摘要://IE浏览器定义的特殊属性,通过hack方式判断IE版本来执行不同的代码,IE8以下浏览器自动创建html5语义标签,从而实现兼容<!--[if lte IE 8] <script src=./js/html5shiv.min.js></script><![endif]--> 阅读全文

posted @ 2016-10-25 12:50 rigidwang 阅读(259) 评论(0) 推荐(0) 编辑

js 程序出发事件
摘要:Test function autorunA(){var dtx=document.getElementById('divTest');var as=dtx.getElementsByTagName('a');as[0].click();} 阅读全文

posted @ 2015-09-22 13:43 rigidwang 阅读(197) 评论(0) 推荐(0) 编辑

freemarker 自定义标签
摘要:1.编写标签类package com.pccw.business.fnd.common.filegen;import java.io.IOException;import java.io.Writer;import java.util.Map;import freemarker.core.Envir... 阅读全文

posted @ 2015-02-28 09:59 rigidwang 阅读(372) 评论(0) 推荐(0) 编辑

jsp页面直接编写csss
摘要:p { font-size:12px;}.txtStyle1{ color:bule;}#textStyle2{ color:red;}只读文本框更改背景颜色input{ background-color:expression(this.readOnly==true?"#EEEEEE":"#... 阅读全文

posted @ 2014-11-19 16:00 rigidwang 阅读(179) 评论(0) 推荐(0) 编辑

IFRAME自适应高度
摘要:function iframeAutoFit(iframeObj) { setTimeout(function() { if (!iframeObj) return; iframeObj.heig... 阅读全文

posted @ 2014-07-29 15:11 rigidwang 阅读(171) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

统计

点击右上角即可分享
微信分享提示