gpt4 book ai didi

html - 为什么即使为容器定义了宽度,文本也会在容器外运行

转载 作者:行者123 更新时间:2023-11-28 13:26:15 24 4
gpt4 key购买 nike

我有一个父容器,其中又放置了一个容器。子容器在 P 标签内有一个文本。即使宽度被定义为容器。下面是 HTML 行

<div class="textareaPopupWrapper" style="background-color: black;">
<div class="popupControl">
<p>This is the text to be display on Popup opens.</p>
</div>

这个元素的样式如下

.textareaPopupWrapper {
color: white;
display: block;
height: 100px;
left: 103%;
position: relative;
width: 100px;}

.popupControl {
color: red;
float: left;
height: auto;
position: absolute;
width: 90px;}

最佳答案

您忘记关闭主分区。只是检查一下,可能是它导致了问题。

关于html - 为什么即使为容器定义了宽度,文本也会在容器外运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14151603/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com