gpt4 book ai didi

HTML 子对象不从父对象获取属性

转载 作者:行者123 更新时间:2023-11-28 02:46:21 26 4
gpt4 key购买 nike

我有以下 HTML,它是两张图片和一个链接列表:

<body class="wrapperGanzeSeite">
<section class="introCard">
<img id="Logo" src="LogoPulsamed.jpg"/>
<img id="wasserBild" src="Wasserbild.jpg"/>
</section>
<section class="wrapperSeitenMenü">
<div class="menüHintergrund">
<ul class="menüListe">
<a href="#"><li>Home</li></a>
<a href="#"><li>Produkte</li></a>
<a href="#"><li>Kontakt</li></a>
<a href="#"><li>Gebrauchtgeräte</li></a>
<a href="#"><li>Impressum</li></a>
</ul>
</div>
</section>
<section class="Hauptteil">
</section>
</body>

而且我正在尝试将高度和宽度设置为最大值,并为主体添加阴影。这是我的 CSS:

.wrapperGanzeSeite {
width: 100%;
height: 100%;
max-width: 1400px;
max-height: 1000px;
box-shadow: 0px 0px 2px 2px #c7c7c7;
margin: auto;
}

图片工作正常,但列表未显示在阴影内,即使列表标签位于 body 标签之间。非常感谢您的帮助。

我的完整代码在 this jsfiddle 中.

最佳答案

在 CSS 中 - 更改:

.wrapperGanzeSeite 

body, html

关于HTML 子对象不从父对象获取属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41394450/

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