Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个很像这个用户的问题,但我想更进一步,让我的图像有一个高度可以流畅地响应它的容器。
我在这里做了一个东西来演示。 我想要做的是给容器 div 类“navcont”(灰色区域)一个流动的高度。如果我取出高度,我无法在同一列中堆叠类似的 div,更不用说可爱的(但强制性的)溢出:隐藏隐藏所有内容。
非常感谢任何和所有的帮助;谢谢 c:
你需要做一些修复:
.subnav img{ position:relative;top:0;right:0;bottom:0;left:0; z-index: 1000; } .navcont{ margin: 20px; position:relative; }