HTML代码在使用IFRAME或者其他HTML元素时,你需要使用一个元素(如DIV)来包装他们: CSS 代码要让IFRAME支持滚动,需要一个常用的CSS属性和一个很少人知道的CSS属性(property): -webkit-overflow-scrolling: touch; 属性值就是专为浏览 ...
分类:
移动开发 时间:
2017-04-13 09:10:02
阅读次数:
333
We'll learn how to use mouse mode in tmux, including enable mouse control for resizing, scrolling and selecting panes. We'll also set keybindings in o ...
分类:
其他好文 时间:
2017-04-12 10:03:34
阅读次数:
222
框架(frameset):需把body删除 <frameset row="300px,*" frameborder=""> /*上边像素300,下边剩余(cols左右拆) <farme src="(html)" /> <frame src="(html)" scrolling="yes" /> /* ...
分类:
Web程序 时间:
2017-04-12 03:57:48
阅读次数:
203
1.声卡 2.触控板 if you have issues with tapping function or scrolling function with your touchpad, then you can type the following in terminal to fix it Co ...
分类:
其他好文 时间:
2017-04-09 17:08:01
阅读次数:
982
<iframe width='738' height='523' class='preview-iframe' scrolling='no' frameborder='0' src='http://download.csdn.net/source/preview/8395299/4bb8aadcb6 ...
分类:
其他好文 时间:
2017-04-09 00:25:40
阅读次数:
152
来源:https://zhuanlan.zhihu.com/p/26160325 三角形的场景很常见,打开一个页面可以看到各种各样的三角形: 由于div一般是四边形,要画个三角形并不是那么直观。你可以贴一张png,但是这种办法有点low,或者是用svg的形式,但是太麻烦。三角形其实可以用CSS画出来 ...
分类:
Web程序 时间:
2017-04-04 15:46:49
阅读次数:
215
假如我的jsp页面包含这样一个frame,这个frame引入的jsp中包含如下一个input框 父页面叫a.jsp ,iframe引入的这个页面叫b.jsp 要在a.jsp页面中获取b.jsp页面中id=uploadPara输入框的值,有如下做法: 1.对ie有效,对谷歌和火狐无效 $(window ...
分类:
Web程序 时间:
2017-04-01 15:05:43
阅读次数:
279
border:框架边框大小 borderColor:边框颜色 frameborder: 1(显示边框) 0:没有边框 noresize="no" 不可以调节大小 scrolling="no" 隐藏滚动条 页面用框架集frameset 就没有body了 列:cols="值1,值2,剩余" *:剩余大小 ...
分类:
编程语言 时间:
2017-03-30 00:02:06
阅读次数:
212
debugging Auto Layout:Debugging Tricks and Tips ...
分类:
其他好文 时间:
2017-03-24 13:12:24
阅读次数:
353