1 currentStyle 可以获取行间样式,但是不兼容 其他浏览器用getComputedStyle(div,null)这个ie低级版本不兼容; if(div.currentStyle){ } else{} 复合样式(background)与单一样式(width) currentStyle 不能...
分类:
Web程序 时间:
2014-06-25 17:08:55
阅读次数:
226
It is strange but interesting to see that all the toolbars in LibreOffice 4.2.4.2 have title bar displayed on Linux operating system (Debian Wheezy wi...
分类:
系统相关 时间:
2014-06-24 14:30:25
阅读次数:
303
使QScrollArea的背景透明,乍看很easy,其实却是一个目前百度上百不出来的问题;最容易想到的,用qss:scrollArea->setStyleSheet("background-color:transparent;");但是这样会使scrollArea所包含的所有子控件的背景也变成透明,...
分类:
其他好文 时间:
2014-06-24 13:34:31
阅读次数:
230
a{color:#fff; background:#F93;width:100px;height:50px;/*内联元素的宽度高度不起作用--><!--将内联元素转换为块元素*/ display: block;}没有加 display: block; 之前width:100px;height:50p...
分类:
Web程序 时间:
2014-06-23 00:38:02
阅读次数:
420
修改MyEclipse编辑框背景色
1、未修改之前,编辑框背景色
2、依次操作,“Window--->Preferences”
3、选择“General--->Editors--->Text Editors”,找到右侧的“Background color”,
取消“System Default”,单击“Color”,选中喜欢的颜色...
分类:
系统相关 时间:
2014-06-22 21:37:45
阅读次数:
302
自由拖动的DIV层方块
#draggable{
background-color:green;
font-size:9pt;
padding:30px;
color:white;
width:360px;
height:224px;
position:absolute;
}
var rDrag = {
o:null,
init:function(o){
o.onmoused...
分类:
其他好文 时间:
2014-06-22 19:28:18
阅读次数:
292
Oracle 11g之前,当数据库出现问题时,往往第一时间需要看alert日志,看看里面记录了哪些错误,可以给我们提示。alert文件名则
是alert_.log,文件存储路径由参数background_dump_dest决定,例如:
SQL> show parameter background_dump_dest
NAME...
分类:
数据库 时间:
2014-06-22 11:43:46
阅读次数:
296
CSS的属性非常庞大,庞大得好几本书都写不完,不过,没关系,我们可以从网上搜索相关资料或者查阅相关专著。这里只列出常用的且实用的CSS属性。下面我们就先来学习文本属性。本节单词记忆:属性 1.background-color 2.background-image 3.text-align 4.bac...
分类:
其他好文 时间:
2014-06-20 17:37:49
阅读次数:
217
在transparentBody.htm文件的标签中,我已经加入了style="background-color=transparent" 通过以下四种IFRAME的写法我想大概你对iframe背景透明效果的实现方法应该会有个清晰的了解: iframe是迫不得已才使用的,因为使用i...
分类:
其他好文 时间:
2014-06-20 17:07:29
阅读次数:
193
1. First artical, notice the last thing - Connecting the DataSource and Delegate:http://www.appcoda.com/ios-programming-tutorial-create-a-simple-table...
分类:
移动开发 时间:
2014-06-20 16:18:48
阅读次数:
277