gpt4 book ai didi

html - 如何使另一个 div 中的 div 背景图像响应?

转载 作者:行者123 更新时间:2023-11-28 08:48:25 24 4
gpt4 key购买 nike

虽然我尝试了 StackOverflow 中的许多主题,但我一直在努力解决这个问题,只是想知道是否有人有任何建议!

我正在使用 Bootstrap 3,基本上我想将图像放在容器内 <div> ,它将随着浏览器窗口调整大小,内容仍然保留在其中。那么我怎样才能让它响应呢?提前致谢!

Demo

HTML

<div id="special-dishes-section">
<div class="container">
<div class="special-dishes">
</div> <!-- end special-dishes -->
</div> <!-- end container -->
</div> <!-- end special-dishes-section -->

CSS

#special-dishes-section{
background: url('../images/special-dishes-bg.jpg') no-repeat center center;
min-height: 560px;
padding: 71px 0 65px 0;
position: relative;
}

.special-dishes{
background: url('../images/wooden-bg.png') no-repeat center center;
min-height: 424px;
}

最佳答案

box-sizing: border-box;

此属性可在需要响应时帮助您。有关详细信息,请参阅此链接: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp

希望对你有帮助。

关于html - 如何使另一个 div 中的 div 背景图像响应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27491670/

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