I have been searching for a way to change the background image of my banner when I hover my menu bar.
here you have my html
<div id="container">
<header>
<nav>
<ul>
<li>
<a href="index.html">home</a>
</li>
<li>
<a href="bedrijf.html">bedrijf</a>
</li>
<li>
<a href="diensten.html">diensten</a>
</li>
<li>
<a href="pictures.html">foto's</a>
</li>
<li><a href="contact-page.html">contacteer ons</a></li>
</ul>
</nav>
</header>
So what i wanna do is when I hover over one of my buttons the background of header should change to a picture I pick for this page.
I hope this is possible it would be great.