gpt4 book ai didi

css - 如何让
  • 在 jQuery 加载前正确显示?
  • 转载 作者:行者123 更新时间:2023-11-28 07:50:45 25 4
    gpt4 key购买 nike

    我有一个 <li>在 jQuery slider 中显示多个专辑封面的列表。但是在页面加载之前,它们会变得困惑。由于某些相册名称,我无法指定高度并设置溢出:隐藏,这需要更高的高度。

    主要使用的CSS是

    .container {
    background-color: #F9F9F9;
    margin-bottom: 15px;
    display: block;
    width: 72%;
    min-height: 315px;}

    .container li{
    list-style-type: none;
    float:left;
    padding: 5px 12px;
    display: inline-block;
    position: relative;}

    Before page loads it gets like this

    查看它工作的网站是 http://testes-hitsebeats.blogspot.com.br/

    最佳答案

    您好,最好也在这里提供 HTML 代码。

    然后试试这个方法你的 UL 容器

    .container {
    background-color: #F9F9F9;
    margin-bottom: 15px;
    display: block;
    width: 72%;
    height: 315px; // Fixed Height
    overflow:hidden;}

    关于css - 如何让 <li> 在 jQuery 加载前正确显示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30432628/

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