I’m making a website for my sister and I’m having a problem, the thing is I have a navigation bar from dynamic drive but I only put 2 links in it to test it.
I put it in a div with the css of:
position:absolute;
margin-top:-30px;
z-index:-1;
overflow:hide;
margin-left:1%;
I put it in a div so that the extra piece of the nav bar is hidden, but (problem) with that div I cant click on the links.
Remove
z-index:-1from your#navbarcontaner& giveposition:relativeto your#head. Write like this: