図に示すように、テキストを含む画像を作成しました。
<span class="productname ">Excusite Beauty</span>
<img src="xy.jpg" data-attr="productimg" class="productimg " />
私のCSSは
.productimg
{
float:right;
margin-top:15px;
height:120px;
margin-right:2%;
border:2px double #0ff;
width:150px;
right:0px;
position:absolute;
}
.productname
{
font-size:1.2em;
display:block;
float:left;
}
テキストの重なりを保護し、テキストが長い場合は次の行に配置するにはどうすればよいですか。css を使用してそれを行う方法...plz ヘルプ
position と right=0 を削除した後