在不固定任何元素的宽度的情况下,我希望父 div 元素在设置其宽度时忽略文本。我希望元素的宽度仅受图像宽度的影响。
<div>
<img src="https://lh4.ggpht.com/9BAW9uE48gxNUmnQ7T6ALpNTsrCHOZBMfF__mbamBC36edSw0uc-kjQxgtZ3O3aQWFY=h900"/>
<p>I want this text to wrap once this paragraph element reaches the width of the image.</p>
</div>
div {
background: green;
display: inline-block;
}
任何意见是极大的赞赏