gpt4 book ai didi

html - 为什么显示:none not work here?

转载 作者:行者123 更新时间:2023-11-28 06:47:00 26 4
gpt4 key购买 nike

我认为问题在于#header img 不起作用。

#header img 
{
border-style: solid;
border-color: #000000;
border-width: 5px;
padding: 5px
}

@media only screen and (max-width: 840px) { #header img { display:none; } }
<h1><a href="index.html" id="logo"><img src="images/platzhalter.jpg" </a></h1>

最佳答案

#header img 
{
border-style: solid;
border-color: #000000;
border-width: 5px;
padding: 5px
}

@media only screen and (max-width: 840px) { #header img { display:none; } }
<h1><a href="index.html" id="logo"><img src="images/platzhalter.jpg" </a></h1>

你没有#header img,试试把#header换成#logo

@media only screen and (max-width: 840px) { #logo img { display:none; } 

关于html - 为什么显示:none not work here?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33986949/

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