gpt4 book ai didi

javascript - 如何停止在 div 中换行字符?或者

转载 作者:行者123 更新时间:2023-11-28 01:42:30 25 4
gpt4 key购买 nike

代码:

<div class="moti" id="content">
Hello World ! What's up ??? What ??!
</div>
<script>
Aloha.ready( function() {
Aloha.jQuery('#content').aloha();
});
</script>

这里:

http: http://oo.netii.net/bootstrap/index.php

如何阻止 DIV 中的字符外流?

我希望它完全停止写入字符

因为我只需要这个的高度和宽度

或者:我如何只从它的大小中拉出?

最佳答案

正如 Sergio 提到的,您可以将 height: auto 添加到元素的样式中,而不是将其设置为固定高度。

但是,如果元素固定高度是必需的,您可以将 overflow-y: scroll 添加到您的 .moti 样式中,这只会给您一个垂直的一旦其内容超过容器的高度就滚动条。

Here's a JSFiddle to demonstrate .

关于javascript - 如何停止在 div 中换行字符?或者,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25048493/

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