Can someone assist with my drop-down menu issue for the link "services"? The link disappears behind the page content when I try to modify it. Any help would be appreciated, thank you!
This is the CSS:
.bodycontent {
margin: 0 25% 0 25%;
padding:0;
border:0;
width:100%;
background-image:url('bg.jpg');
background-size: 100% auto;
background-attachment:fixed;
background-repeat: no-repeat;
min-width: 600px;
max-width: 1200px;
font-size:90%;
}
h1, h2, h3 {
margin:.8em 0 .2em 0;
padding:0;
}
... (CSS continues)
And this is the HTML:
<!DOCTYPE html>
<html>
<head>
...
</body>
</html>
Any guidance on fixing the drop-down menu issue would be greatly appreciated.