相信很多前端开发人员都曾遇到过需要将图片设置为垂直居中对齐的经历,我刚好在之前的一个项目刚刚解决了这个问题,使用的方法非常简单,兼容性也很好。具体做法如下:1、只需要兼容各大现代浏览器:父元素{ display:teble-cell; width:Npx; height:Npx; verti...
分类:
Web程序 时间:
2014-07-16 19:55:26
阅读次数:
169
.someClassName { width:300px;display: inline-block;padding: 5px 10px 6px;text-decoration: none;border-radius: 5px;-moz-border-radius: 5px;-webkit-bo.....
分类:
Web程序 时间:
2014-07-16 19:51:21
阅读次数:
189
在进行页面的DIV CSS排版时,遇到IE6(当然有时Firefox下也会偶遇)浏览器中的图片元素img下出现多余空白的问题绝对是常见的对于该问题的解决方法也是“见机行事”。1、将图片转换为块级对象即,设置img为“display:block;”。在本例中添加一组CSS代码:“#sub img {d...
分类:
其他好文 时间:
2014-07-15 09:05:52
阅读次数:
237
Field of the InventionThe present invention relates to a display controller. Background to the inventionDisplay controllers are known. One such displa...
分类:
其他好文 时间:
2014-07-14 21:54:25
阅读次数:
311
progress_display
用途
progress_display可以在控制台上显示程序的...
分类:
其他好文 时间:
2014-07-14 17:40:16
阅读次数:
211
CentOS
stop or remove sendmail:yum remove sendmailyum install postfixyum install mailx
检查MTA是否为Postfix:alternatives --display mta
如果不是更改默认MTA为Postfix:/usr/sbin/alternatives --set mta /usr/sbin/se...
分类:
其他好文 时间:
2014-07-13 16:10:00
阅读次数:
233
对于text-align的center属性有如下特点:
1、将text-align的center应用在一个容器上,它只是针对容器里面的文字以及容器里面的display为inline或者inline-block的容器,如果里面的容器display为block,则里面的容器不会居中
2、text-align具有向下传递性,会不断向子元素传递
如图
.div1{
text-a...
分类:
其他好文 时间:
2014-07-13 15:37:34
阅读次数:
275
myeclipse6.0 下载地址。官方下载地址: http://www.myeclipseide.com/module-htmlpages-display-pid-4.html本地快速下载地址: http://www.rosebush.cn/blog/html/23/t-7423.html htt...
分类:
系统相关 时间:
2014-07-13 12:54:04
阅读次数:
221
1.cs部分添加隐藏样式IntegratedEquipmentblock.Style.Add("display", "none");2.gridview添加奇偶行样式protected void gvIntegratedEquipmentList_RowDataBound(object sender...
分类:
其他好文 时间:
2014-07-13 11:56:31
阅读次数:
179
1 package 2 { 3 import flash.display.Sprite; 4 import flash.events.MouseEvent; 5 import flash.display.Loader; 6 import flash.net.URL...
分类:
其他好文 时间:
2014-07-12 15:25:26
阅读次数:
167