本节我们来讨论一下Inline formatting contexts(行内格式化上下文,以下简称IFC)和line box(行框)。一、行框 在一个行内格式化上下文中,框会一个接一个的水平放置,从包含块的顶部开始。这些框水平方向的margin、border以及padding属性是会起作用的。...
分类:
其他好文 时间:
2015-07-26 00:21:13
阅读次数:
199
自定义ComboBox控件,完美解决C#自带的ComboBox效率慢的问题...
overflow occur whenA line cannot be broken, causing the line box to be wider than the block box.A block-level box is too wide for the containing block...
分类:
其他好文 时间:
2015-07-24 14:13:29
阅读次数:
123
display:box;box-flex是css3新添加的盒子模型属性,它的出现可以解决我们通过N多结构、css实现的布局方式。经典的一个布局应用就是布局的垂直等高、水平均分、按比例划分。一、使用以及介绍:1、要实现水平或者垂直切分,必须先满足以下要求 i. display : box必须用在对应的...
分类:
Web程序 时间:
2015-07-24 12:38:13
阅读次数:
101
接上篇:http://blog.csdn.net/u010037043/article/details/47035077
一、box-shadow
box-shadow是给元素块添加周边阴影效果。
box-shadow: inset X-offset Y-offset blur spread color ;
box-shadow:[投影方式] X轴偏移量 Y轴偏移量...
分类:
其他好文 时间:
2015-07-24 09:22:28
阅读次数:
367
jQuery Selectbox Plugins let you create beautiful and eye catching select box for your websites instead of the orthodox html select box which looks ol...
分类:
Web程序 时间:
2015-07-24 09:13:40
阅读次数:
191
target="_blank" 属性不能写在div 里 所以我在里面加了个a标签 这个属性的作用就是弹出一个新的页面,不会在原先的页面上换地址如果 style 的加载图片卸载css 里 那么就不能增加链接 所以我写在a 标签里因为 如果class="rigt_box" 写在div里 那么 a标签就不...
分类:
其他好文 时间:
2015-07-23 19:06:55
阅读次数:
158
//使用chooserIntent private void startImplicitActivation() { Log.i(TAG, "Entered startImplicitActivation()"); // TODO -...
分类:
移动开发 时间:
2015-07-23 15:25:12
阅读次数:
141
不多说了。不同的浏览器ie,Chrome,firefox,safari,与各种浏览器的兼容性,当时的风格来写,适用于各种不同的浏览器写比方说-webkit-box-shadow,对于webkit内核的Chrome ,safari是支持的box-shadow属性的而-moz-box-shadow是对于...
分类:
其他好文 时间:
2015-07-22 20:37:28
阅读次数:
101
.row {/*横*/ display: -webkit-box;// display: -webkit-flex; /* Safari */ display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; wi...
分类:
其他好文 时间:
2015-07-22 18:05:14
阅读次数:
132