I have created the below navigation menu:
I want the each sub menu to redirect to a particular section of the same page:
<section class="sec-1">text</section>
<section class="sec-2">text</section>
<section class="sec-2">text</section>
Sub menu 1 redirects to section 1, sub menu 2 to section 2, etc..
I’ve tried:
Neither works. I also tried using HTML only with putting the section ID in the href field of the a attribute:
This kinda works, but is not the desired result. It doesn’t redirect exactly to the beginning of the section and after I close the sub menu, it returns back at the beginning.
Also I want the sub menu to be automatically closed, after the redirection, since it’s being opened by click and not by hovering over it.
3
Answers
> it redirects below the headline
put a headline in section part, not before.
**
**
Deyan this will work now:
The header is transparent until you move your mouse. You can change the event (onmousemove), if you want, in the body tag.