博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
一个简洁的图片垂直居中,不需要hack,不需要table-cell
阅读量:5462 次
发布时间:2019-06-15

本文共 457 字,大约阅读时间需要 1 分钟。

废话不多说 上代码

HTML结构

CSS

 

#imgwrap{
width:300px; height:400px; background:#f00; line-height: 400px; text-align: center; } #imgwrap img {
vertical-align: middle;} #imgwrap span{
display:inline-block;}

 

点击这里查看

以上是hasylayout官网给出的解决方案 原文:http://haslayout.net/css/No-line-height-Vertical-Center-on-Images-Bug

转载于:https://www.cnblogs.com/lijie/archive/2012/07/04/chuzhijuzhong.html

你可能感兴趣的文章
Python OOP(1)
查看>>
delphi 数据库中Connection与Query连接数量问题思考
查看>>
JS图像变换效果的实现
查看>>
sql function递归
查看>>
【Alpha】Daily Scrum Meeting——blog2
查看>>
struts2 局部类型转换器
查看>>
all与any的用法
查看>>
SpringBoot入门教程(六)SpringBoot2.0统一处理404,500等http错误跳转页
查看>>
mysql 去除重复 Select中DISTINCT关键字的用法
查看>>
JSON
查看>>
poj1006
查看>>
win7下搭建WAMP图解(PHP运行环境:win7+Apache2.2+php5.2.8+MySQL5.5)附安装包
查看>>
二、什么是IBeamMDAA
查看>>
TC SRM 562 div2 B 题
查看>>
搜索算法
查看>>
LPC1788的spi使用
查看>>
HttpContext.Current.Request.ServerVariables.AllKeys
查看>>
django 配置中STATICFILES_DIRS 和STATIC_ROOT不能同时出现
查看>>
MySQL 学习笔记 二
查看>>
Liunx Shell入门
查看>>