1. CSS 样式兼容:1)
对Box解析的不一样: height:160px!important; height:200px; padding:5px;2)
float闭合 添加一个新的div子元素 clear:both 父元素样式 overflow:auto;zoom:1; after伪类添加....
分类:
其他好文 时间:
2014-06-04 16:39:58
阅读次数:
372
代码插入测试html,body{height:100%;width:100%;}.top{position:fixed;}图片插入测试(应为原始大小)更新于2014/6/3
分类:
其他好文 时间:
2014-06-04 14:52:35
阅读次数:
203
1. 初识1 2 您的浏览器不支持canvas标签3 2.
canvas标签属性只有width和height。默认宽度为300px,高度为150px,背景为白色。3. API属性:方法:
分类:
其他好文 时间:
2014-06-03 17:08:37
阅读次数:
348
指令修复法!开始菜单,运行 ,输入cmd, 回车,在命令提示符下输入(复制即可) :for
%1 in (%windir%\system32\*.ocx) do regsvr32.exe /s %1粘贴,回车,滚动完毕后,再输入:for %1 in
(%windir%\system32\*.dll)...
分类:
其他好文 时间:
2014-06-03 16:29:43
阅读次数:
224
php基础教程:图像函数举例(3)例二:
阴阳图<?php$width=400;$height=400;$image=imagecreatetruecolor($width,$height);//提取颜色$color_black=imagecolorallocate($image,0,2,0)...
分类:
Web程序 时间:
2014-06-03 14:49:54
阅读次数:
237
修改/etc/default/locale原始的:# File generated by
update-localeLANG="zh_CN.UTF-8"LANGUAGE="zh_CN:zh"修改成:# File generated by
update-localeLANG="en_US.UTF-8"...
分类:
其他好文 时间:
2014-06-02 10:08:34
阅读次数:
189
布局文件:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="...
分类:
移动开发 时间:
2014-06-01 04:04:04
阅读次数:
490
实现自由落体运动需要理解的几个简单属性:
clientHeight:浏览器客户端整体高度
offsetHeight:对象(比如div)的高度
offsetTop:对象离客户端最顶端的距离
简单demo如下:
free_movement
#div1{
position: absolute;
height: 100px;
width: 100...
分类:
编程语言 时间:
2014-06-01 01:49:24
阅读次数:
348
1.修改PagerTabStrip中的背景颜色我们在布局中直接设置background属性即可: <android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="fill_parent"
android:layout_height="fill_paren...
分类:
移动开发 时间:
2014-05-31 23:42:11
阅读次数:
624
效果如下:
页面如下:
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