gpt4 book ai didi

html - 将 div 放在
  • 之上,但不要移动它们的位置
  • 转载 作者:太空宇宙 更新时间:2023-11-04 00:21:42 24 4
    gpt4 key购买 nike

    最佳答案

    查看 this fiddle .

    我在圆形 div 中添加了 position: absolute。然后我删除了 overflow: hidden 并添加了一些 topleft 定义来定位 div。

    html

    <ul>
    <li id="item-1">
    <a href="#" ></a><div class="kshort">1</div>
    </li>
    <li id="item-2">
    <a href="#" ></a>
    </li>
    </ul>

    CSS

    ul li{
    float:left;
    margin:12px;
    position:relative}

    ul li a{
    background:#ccc;
    background-repeat:no-repeat;
    display:block;
    height:48px;
    width:48px}

    div {
    width:15px;
    height:15px;
    border:1px solid #333;
    background:#333;
    color:white;
    border-radius:10px;
    position:absolute;
    line-height:14px;
    text-align:center;
    overflow:hidden;
    top: 35px;
    left: 40px;
    }

    关于html - 将 div 放在 <li> 和 <a> 之上,但不要移动它们的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8819415/

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