Page.Response.Redirect("http://ws-prime-03/sites/heng/_layouts/15/ReportServer/RSViewerPage.aspx?ParamMode=Hidden&rv:RelativeReportUrl=/sites/heng/Rep...
分类:
Web程序 时间:
2015-10-26 12:11:22
阅读次数:
184
This lesson covers using the [input] syntax to change an element property such as “hidden” or “content-editable”. Using properties eliminates the need...
分类:
其他好文 时间:
2015-10-26 07:01:48
阅读次数:
157
【IE双倍距bug】.nav{height:1px;background:#F60;overflow:hidden;}ie6下该1px会显示较多,也称双倍距产生因素同时①快 ②浮动 ③margin左右 会出现ie6双倍距bugie6下不止1px是默认文字大小12px 文字大小和行间距造成的父元素bo...
分类:
其他好文 时间:
2015-10-25 22:32:40
阅读次数:
270
oncontextmenu="window.event.returnValue=false" style="overflow-y: hidden; overflow-x: hidden"ajs9 leftmargin="0" topmargin="0"1. oncontextmenu="window...
分类:
Web程序 时间:
2015-10-25 20:49:34
阅读次数:
187
CSS:/* Make it a marquee */.marquee { width: 450px;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s ....
分类:
Web程序 时间:
2015-10-24 15:50:06
阅读次数:
273
功能样式,从常用样式方法中抽离,按需使用,使用前请先阅读 CSS规范 中相关条列。/* function */.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidde...
分类:
Web程序 时间:
2015-10-24 00:10:26
阅读次数:
252
/*清除浮动代码*/ .clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} .clearfloat{zoom:1} Left Right div...
分类:
Web程序 时间:
2015-10-23 22:51:48
阅读次数:
186
1.jQuery判断一个元素当前状态是显示还是隐藏$("#id").is(':visible'); //true为显示,false为隐藏$("#id").is(':hidden'); //true为隐藏,false为显示if($("#id").is(':hidden')){ //逻辑代码}2....
分类:
Web程序 时间:
2015-10-23 18:37:03
阅读次数:
162
一 单行文本overflow: hidden;text-overflow: ellipsis;white-space: nowrap;overflow 属性规定当内容溢出元素框时发生的事情。visible默认值。内容不会被修剪,会呈现在元素框之外。hidden内容会被修剪,并且其余内容是不可见的。s...
分类:
Web程序 时间:
2015-10-23 18:03:07
阅读次数:
204
display:none和visible:hidden都能把网页上某个元素隐藏起来,但两者有区别:display:none ---不为被隐藏的对象保留其物理空间,即该对象在页面上彻底消失,通俗来说就是看不见也摸不到。visible:hidden--- 使对象在网页上不可见,但该对象在网页上所占的空间...
分类:
其他好文 时间:
2015-10-22 18:51:42
阅读次数:
120