html.de - 2 Menüs wechseln?

by SpiceLab

HTML

<img src="https://www.html.de/htmlde.png" alt="foobar" />
<div>foobar</div>

CSS

div {height:55px;background-image:url(https://www.html.de/htmlde.png);background-repeat:no-repeat}

@media only screen and (max-width: 480px) {
  img {display:none}
  div{background-image:none} 
}