码迷,mamicode.com
首页 >  
搜索关键字:hidden    ( 3931个结果
SharePoint 中的WebPart向ReportBuild的报表传递参数
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
[Angular 2] Template property syntax
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
JS禁用右键,禁用打印,防止另存为,IE浏览器识别(转载)
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实现新闻轮播效果
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--功能样式
功能样式,从常用样式方法中抽离,按需使用,使用前请先阅读 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
201510232153_《CSS——去除浮动推荐方式》
/*清除浮动代码*/ .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
jQuery判断当前元素显示状态并控制元素的显示与隐藏
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
HTML元素文本溢出显示省略号(...)
一 单行文本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都能把网页上某个元素隐藏起来,但两者有区别:display:none ---不为被隐藏的对象保留其物理空间,即该对象在页面上彻底消失,通俗来说就是看不见也摸不到。visible:hidden--- 使对象在网页上不可见,但该对象在网页上所占的空间...
分类:其他好文   时间:2015-10-22 18:51:42    阅读次数:120
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!