gpt4 book ai didi

jquery - 根据内容溢出展开div或UL

转载 作者:太空宇宙 更新时间:2023-11-04 14:21:20 28 4
gpt4 key购买 nike

当里面有很多内容时,如何让div展开?

HTML:

<div class ="content">
this is a test <br />
this is a test <br />
this is a test <br />
this is a test <br />
this is a test <br />
this is a test <br />
this is a test <br />
</div><br />
<div class="click-here">Click here to see more</div>

CSS:

div.content
{
height:100px;
width:300px;
border:1px solid red;
overflow:hidden;
}

div.click-here
{
border:1px solid green;
width:200px;
}

这是我的例子:http://jsfiddle.net/nvCvy/1/

Jquery 还是 CSS?

jquery scroll 会是更好的解决方案吗?或者您会使用 css 显示所有内容吗?

最佳答案

您需要进行以下两项更改。

  1. 不要提及高度,即删除 height 属性。

  2. 移除Overflow:hidden;

下面是工作demo .您可以根据需要添加任意数量的内容。

关于jquery - 根据内容溢出展开div或UL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10914796/

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