I am working on a script that includes divs with images and href functions for clicking on them.
<div class="home"><a href="index.php?pagina=home"></a></div>
<div class="events"><a href="index.php?pagina=events"></a></div>
<div class="contact"><a href="index.php?pagina=contact"></a></div>
I am looking to make the site responsive by transforming this into a CSS dropdown menu. Can this be accomplished without altering the script?