码迷,mamicode.com
首页 >  
搜索关键字:hidden    ( 3931个结果
IE8 下 iframe 滚动条的问题
//设置滚动条 $("iframe[name='updateFocalWork']").attr("scrolling", "yes").css("overflow-y", "auto").css("overflow-x", "hidden");无法将默认scrolling为no 的iframe修改...
分类:其他好文   时间:2015-07-30 18:58:43    阅读次数:149
快递商价格信息编辑提交后省份也被提交
一。快递商价格信息编辑提交后省份也被提交,在editExpressPrice.jsp中将隐藏的省份id,name分别显示出来 <form:hidden?path="provinceName"?value="${expressPriceForm.provinceName}"?/> <form:hidden?path=...
分类:其他好文   时间:2015-07-30 13:47:10    阅读次数:137
ios调用相机之后状态栏消失
Apparently, in addition to setting the status bar to not be hidden, you also have to reset its style after the camera view makes it disappear. Try this: [[UIApplication sharedApplication] setStat...
分类:移动开发   时间:2015-07-30 00:46:42    阅读次数:260
选项卡二
简洁的代码实现选项卡切换效果: 无标题文档 *{margin:0;padding:0} .notice{ height:98px; width:298px; border:1px solid #eee; overflow:hidden; } .notice-tit{ height:27px; position:relative; } .notice-tit ul...
分类:其他好文   时间:2015-07-29 21:28:42    阅读次数:134
几个简单的html+css+js题目
1.页面中有一图片,请喜爱下划线处添加代码能够实现隐藏该图片的功能1 【解】为图片添加display属性为hidden即可。2.编写样式表,要求图片在文字右方,标题字号16px 粗体居中,内容字号10px,图片宽度为300px。【解】图片在文字右方可以通过右浮动和设置margin属性实现。
分类:Web程序   时间:2015-07-29 18:41:19    阅读次数:193
(BC 一周年)hdu 5311 Hidden String
Hidden StringAccepts: 437Submissions: 2174Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 262144/262144 K (Java/Others)问题描述今天是BestCoder一周年纪念日. 比赛管...
分类:其他好文   时间:2015-07-29 00:42:49    阅读次数:127
jq滚动插件jquery.nicescroll+定位到底部
jq滚动插件jquery.nicescroll+定位到底部 .row { margin: 10px 0; } .row>div { float: right; width: 460px; height: 280px; margin: 0 10px; border: solid 2px #37418b; overflow: hidden; } .too-long { widt...
分类:Web程序   时间:2015-07-28 21:18:10    阅读次数:180
JQuery 可见性过滤选择器
使用可见性过滤选择器 Hidden Visible
分类:Web程序   时间:2015-07-28 12:31:08    阅读次数:116
解读浮动闭合最佳方案:clearfix
之前给大家介绍两种浮动闭合的办法CSS清除浮动 万能float闭合,得知很多同学都在使用下面的骨灰级解决办法: .clear{clear:both;height:0;overflow:hidden;} 上诉办法是在需要清除浮动的地方加个div.clear或者br....
分类:其他好文   时间:2015-07-27 19:17:25    阅读次数:98
超出文字省略号显示
css方法:overflow:hidden;white-space:nowrap;text-overflow:ellipsis;js方法:function Ellipsis() { $(".overflowHidden").each(function(){ maxwidth=$(...
分类:其他好文   时间:2015-07-27 14:36:04    阅读次数:123
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!