Created
July 24, 2013 09:21
-
-
Save janily/6069156 to your computer and use it in GitHub Desktop.
未知图片宽高垂直居中
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="imgBox"> | |
<img src="" /> | |
</div> | |
.imgBox { | |
display:table-cell;width:200px;height:200px;vertical-align:middle;text-align:center; | |
*float:left;*font-family:simsun;*font-size:200px;*line-height:1; | |
border:1px solid #000000; | |
} | |
.imgBox img { | |
vertical-middle:middle; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment