我正在尝试将文本留下并在div中正确显示图像.我在Stackoverflow中找到了许多示例,其中图像保留并且文本正确,然后我尝试切换它们但无法使其工作.
我找到了that on stackoverflow,但对我来说没有意义.
我试过这个JSFIDDLE,但你会发现它不会起作用.
.main-topic {
border: 2px solid green;
width: 1541px;
margin: 0 auto;
clear: both;
}
.left-text{
vertical-align:middle;
}
.right-picture{
float: right;
}
.right-picture > img{
display: block;
}
.clear{
clear: both;
}
最佳答案
原文链接:https://www.f2er.com/html/425475.html