.logo_right{ width:300px; height:28px; margin-top:30px; float:right; } .logo_right img{ vertical-align:middle; } 文字与图片没有实现居中对齐,是什么原因啊
.logo_right
{
width:300px;
float:right;
margin-top:30px;
color:#8E8E8E;
height:28px;
}
.logo_right img {
vertical-align: middle;
margin-right: 10px;
}
我在DW中写的这段为什么文字和图片不可以居中,复制了你的就可以了呢?经常出现这种情况,我自己写的和视频一样的代码但是没有效果,如果复制视频里面的源代码就可以,这是什么问题呢?
是不是浮动后对图片有影响?