码迷,mamicode.com
首页 >  
搜索关键字:width    ( 32014个结果
表格内容可伸缩代码实现
td,th{ border:1px solid #BBB; } .content{ height:15px; width:100px; overflow:hidden; text-overflow:ellipsis } .content:hover{ height:a...
分类:其他好文   时间:2015-07-07 13:01:45    阅读次数:109
css加载样式
第一种效果:代码如下: .loading{ width: 80px; height: 40px; margin: 0 auto; ...
分类:Web程序   时间:2015-07-07 12:57:37    阅读次数:158
【一天一个canvas】绘制一个线性渐变的矩形(五)
渐变是填充的一种相当不错的效果,结合实例2和实例3,我们可以创建一个渐变的矩形 4 不解释了,记住fillRect(X,Y,Width,Height)就行了。
分类:其他好文   时间:2015-07-07 12:42:52    阅读次数:68
css 使容器宽度适应内容宽
1 p{2 width:intrinsic;3 width: -moz-max-content; 4 width: -webkit-max-content;5 float:right; width:auto; /*兼容IE*/6 }
分类:Web程序   时间:2015-07-07 12:37:36    阅读次数:133
Html5+Css3拾遗
meta标签width,viewport宽度height,viewport高度initial-scale,初始缩放比例minimum-scale,最小缩放比例maximum-scale,最大缩放比例user-scalable,用户是否可以手动缩放base标签为页面上所有链接规定默认链接和默认目标。h...
分类:Web程序   时间:2015-07-07 12:20:50    阅读次数:136
js-width/height/top/left/offset/scroll/client
js-width/height/top/left/offset/scroll/client
分类:Web程序   时间:2015-07-06 23:16:51    阅读次数:159
GO语言练习:struct基础练习
1、代码2、运行1、代码 1 package main 2 3 import "fmt" 4 5 type Rect struct { 6 x, y float64 7 width, height float64 8 } 9 10 func (r * Rect) Area() f...
分类:编程语言   时间:2015-07-06 22:59:48    阅读次数:180
CSS 去除图片上下的间距或者间隙
<div class="padding-10p width-100 goodDetail ng-binding" ng-bind-html="product.content"><img src="http://7xj380.com1.z0.glb.clouddn.com/2015-07-01_559343018a484.jpg" width="100%"><img src="http://7...
分类:Web程序   时间:2015-07-06 21:57:21    阅读次数:159
该View转换成Bitmap方法
方法一:/** * 该View绘制到Bitmap上 * @param view 须要绘制的View * @param width 该View的宽度 * @param height 该View的高度 * @return 返回Bitmap对象 * add by csj 13-11-6 */ public...
分类:其他好文   时间:2015-07-06 21:29:40    阅读次数:118
取消苹果手机播放视频自动全屏
iphone苹果手机上用html5的video方式播放视频时,在ipad上是默认原来大小的,而在iphone上是默认全屏播放的。解决办法:HTML里video必须加上webkit-playsinline属性<videoid="player"width="480"height="320"webkit-playsinline>end
分类:移动开发   时间:2015-07-06 20:00:23    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!