码迷,mamicode.com
首页 >  
搜索关键字:height    ( 24230个结果
Balanced Binary Tree
Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which the depth...
分类:其他好文   时间:2014-11-21 21:41:20    阅读次数:252
测试所用
此为测试所用,没有参考价值 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center" a...
分类:其他好文   时间:2014-11-21 18:53:30    阅读次数:265
文字内容超出自动换到第二行显示
背景:页面默认显示为图1,当子元素B的内容很多时,显示为图2,且1跟2的布局方式均为右对齐图1图2css样式:.clearfix:after {content: ".";display: block;height: 0;font-size: 0;clear: both;visibility: hid...
分类:其他好文   时间:2014-11-21 18:02:12    阅读次数:389
javascript 淡入淡出效果
New Web Project #dd{ width:200px; height:200px; background:red; opa...
分类:编程语言   时间:2014-11-21 14:25:46    阅读次数:186
Xshell4 注册码 ,Xftp4 注册码
Xshell 4 注册码:690313-111999-999313Xftp 4 注册码:101210-450789-147200Xmanager注册码:101210-450789-147200
分类:系统相关   时间:2014-11-21 12:32:29    阅读次数:10647
笔记整理
平时遇到的一些可能会有帮助的东西,不定期整理。1、CSS Hack!important#content { height:960px !important; height:900px;}该代码IE6不识别提升优先级的!important指令,所以IE6下读的是height:900px;这...
分类:其他好文   时间:2014-11-21 12:31:32    阅读次数:131
box_shadow
.tip{width:485px; height:260px; position:absolute;top:10%; left:30%;background:#fcfdfd; box-shadow:1px 8px 10px 1px #9b9b9b;border-radius:1px; behavio...
分类:其他好文   时间:2014-11-21 12:04:23    阅读次数:166
清除浮动
起源:.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix { display: inline-table; }/* Hides fr...
分类:其他好文   时间:2014-11-21 10:30:30    阅读次数:192
关于调整input里面的输入光标大小
以前在项目里碰到过一个问题input输入框用一个背景图模拟,设置height和line-height一样的高度,使里面的输入文字能够居中,在FF下出现的情况是:点击input时,输入光标其实上跟input的height一样高,但当开始输入文字时,光标又变得跟文字一样高,chrome下光标跟input...
分类:其他好文   时间:2014-11-21 09:06:33    阅读次数:162
CSS圆角样式
CSS圆角:#top2 { margin-left:20px; padding:10px; width:600px; height:300px; border: 5px solid #ff6600; -moz-border-radius: 15px; /* Gecko browse...
分类:Web程序   时间:2014-11-20 20:09:32    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!