0

我网站上的照片彼此重叠,其他照片垂直显示。你知道如何解决这个问题吗?

CSS:

#photo1{
    float: left;
    width: 10px;
    margin-left: 210px;
    text-align: justify;
}

.img-with-text {
    text-align: justify;
    width: 200px;
}
.img-with-text:hover {
    text-decoration: underline;
}
4

1 回答 1

0

我认为您正在寻找以下内容:尝试将 display: 添加inline-block到图像上的 css 中。它的作用的一个例子:http: //jsfiddle.net/hobobne/d5sYM/(这个例子归功于 Kalle H. Väravas)

于 2013-08-18T14:51:01.887 回答