圖片水平垂直居中不行
<html>
<head>
????<style>
????????.content{
????????????width:?800px;
????????????background-color:?#cccccc;
????????????margin:?0?auto;
????????????height:?300px;
????????}
????????.box?{
????????????line-height:?500px;
????????????text-align:?center;
????????}
????????.box?>?img{
????????????vertical-align:?middle;
????????}
????</style>
</head>
<body>
????<div?class="content">
????????<div?class="box">
????????????<img?src="1.jpg"/>
????????</div>
????</div>
</body>
</html>為什么我的不能實現垂直居中?
2018-11-19
在.box這個div里,img標簽后加一個 試一下
2017-03-17
有一處寫錯 ?height:?500px; ?