码迷,mamicode.com
首页 >  
搜索关键字:none    ( 12759个结果
javascript操作html元素CSS属性
下面先记录一下JS控制CSS所使用的方法. 1.使用javascript更改某个css class的属性... 你想要改变把他的display属性由none改为inline。 解决办法: 在IE里: document.styleSheets[0].rules[0].style.display = ....
分类:编程语言   时间:2014-06-29 12:19:45    阅读次数:388
js与Jquery的对比
// document.getElementById("divCommit").style.display="none";// document.getElementById("oldContent").style.display="block"; $("#divCommit").hide(); ....
分类:Web程序   时间:2014-06-07 07:59:17    阅读次数:263
ls 命令详解
1、ls基本语法及选项用法:ls [选项]... [文件]...List information about the FILEs (the current directory by default).Sort entries alphabetically if none of -cftuvSUX n...
分类:其他好文   时间:2014-06-06 14:11:26    阅读次数:196
MFC标签页控件的使用
MFC标签页控件的使用1、在对话框中添加一个标签页控件,并为此控件关联一个CTabCtrl类变量m_tabctrl.2、创建若干个对话框资源作为标签页控件的标签。 修改两个属性:Border: none // 边界为空,这样它就没了标题栏 Style:Child // 这个模板就可以当作另一个窗口的...
分类:其他好文   时间:2014-06-05 19:47:58    阅读次数:333
6月2号=》46页-50页
2.5.3 DataTransfer对象 dataTransfer.dropEffect:设置或返回拖放目标上允许发生的拖放行为。如果此处设置的拖放行为 不在effectAllowed属性设置的多种拖放行为内,拖放操作将会失败。该属性值只允许为:"none"、 "co...
分类:其他好文   时间:2014-06-05 17:40:09    阅读次数:183
Python,ElementTree模块处理XML时注释无法读取和保存的问题
from xml.etree import ElementTreeclass CommentedTreeBuilder ( ElementTree.XMLTreeBuilder ): def __init__ ( self, html = 0, target = None ): ...
分类:编程语言   时间:2014-06-05 13:16:31    阅读次数:261
[转]ubuntu12.04没有/var/log/messages解决
编辑/etc/rsyslog.d/50-default.conf其中有这么一段*.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\ mail,news.none -/var/log/messages保存后重...
分类:其他好文   时间:2014-06-03 14:33:38    阅读次数:352
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplicatio
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplication=none,J2EEServer=none 还有其他报错,大概意思就是不支持版本 version 51,unable to load class org.glassfish.jersey.servlet...
分类:移动开发   时间:2014-06-03 05:07:20    阅读次数:295
淘宝分类导航条;纯css实现固定导航栏
效果如下: 页面如下: ul, ol { list-style: none outside none; } .nav-wrap { width:100%; height: 50px; } .float-navbar { border-bottom: 1px solid #F3F3F3; margin: 0; padding: 0...
分类:Web程序   时间:2014-05-31 23:14:24    阅读次数:619
css float 属性解析
float 属性的定义:使元素在哪个方向浮动 默认值为:none 注意:浮动元素会生成一个块级框,而不论它本身是何种元素HTML代码: 框1 框2 框3 框4 1,当兄弟元素全为浮动元素时其父类元素在没有自定义宽高时其高度将为零css样式:.main { ...
分类:Web程序   时间:2014-05-31 20:51:02    阅读次数:490
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!