广东省中小学教师继续教育网最新官方网址
作者:admin 日期:2016-10-26
让footer始终位于页面的最底部不随滚动而滚动
作者:admin 日期:2016-10-25
来源:http://www.jb51.net/css/196706.html
html代码:
复制代码
代码如下:<div class="container">
<div cass="header"></div>
<div class="body"></div>
<div class="footer"></div>
</div>
第一种情况:footer随着滚动条的滚动而滚动
复制代码
代码如下:.container{position:relative;width:100%;min-height:100%;}
.body{padding-bottom:50px;}
.footer{height:50px;position:absolute;bottom:0px;left:0px;}
第二种情况:footer始终在其底部固定
复制代码
代码如下:.container{position:relative;width:100%;min-height:100%;}
.body{padding-bottom:50px;}
.footer{height:50px;position:fixed;bottom:0px;left:0px;}
footer 贴在底部的布局实现代码
作者:admin 日期:2016-10-25
来源:http://www.jb51.net/css/21807.html
footer位置自适应
复制代码
代码如下:<div id="wrap">
<div id="main" class="clearfix">
<div id="content">
ccc
</div>
<div id="side">
sss
</div>
</div>
</div>
<div id="footer">
fff
</div>
复制代码
代码如下:html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 150px;} /* 必须使用和footer相同的高度 */
#footer {position: relative;
margin-top: -150px; /* footer高度的负值 */
height: 150px;
background: #ddd;
clear: both;}
.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
全国教师管理信息系统
作者:admin 日期:2016-10-18
最快最简单的方式开通Win7的局域网文件共享
作者:admin 日期:2016-10-13
http://itbbs.pconline.com.cn/soft/13796893.html#
Win7的局域网共享设置无疑是新手最头痛的(没有之一),老鸟无视哈。呵呵...
下面直接看设置过程:
点击查看原图
1.双击打开桌面上的“网络”图标,按照(图1)的步骤进行设置。
点击查看原图
2.右键打开“计算机”的“管理”。按照(图2)的步骤进行设置。
点击查看原图
3.运行“组策略”,命令是:secpol.msc 不要搞错了哈,看图!
点击查看原图
4.删除“拒绝从网络访问这台计算机”里面的“Guest”也就是来宾用户。
点击查看原图
5.网络访问类型改成“仅来宾-对本地用户进行身份验证,其身份为来宾”。
点击查看原图
6.找到想要共享的文件夹,按照(图6)的步骤进行。
点击查看原图
7.继续。
回帖再看最后的步骤哈:
点击查看原图
8.完成。
注意:在设置前不要开“家庭组”和“加入家庭组”,“网络和共享中心”中选择“公用网络”。
此教程无需修改“高级共享设置”中的选项,否则以上设置可能无效。
不违规:斑竹要设精华啊!
之前的那个强帖忘了申请了:“不新建用户就完成Windows7的安装”... 哈哈~~链接是: http://softbbs.pconline.com.cn/13336864.html
WIN7局域网文件共享设置方法
作者:admin 日期:2016-10-13
如何测试奶温
作者:admin 日期:2016-10-12
ollydbg脱壳教程
作者:admin 日期:2016-10-10
ollydbg脱壳
http://www.egouz.com/hanhua/2010/0608/289.html
http://www.egouz.com/hanhua/2010/0617/333.html
Tags: ollydbg脱壳教程