html - border under the Home I go into the info then border during the info and not the front -


it such have menu there border in page you're into, whole time on index page, if click onto news should less.

i have tried many ways none of them works, think little can get?

this means must move find page on, , view page not in menu should not there.

there border in home, how can that, example, go info border under info , not front, should there?

<div class="pi-header-block pi-pull-right">             <ul class="pi-simple-menu pi-has-hover-border pi-full-height pi-hidden-sm">                 <li class="pi-has-dropdown active"><a href="/"><span>forside</span></a></li>                 <li class="pi-has-dropdown"><a href="/info/"><span>info</span></a></li>                 <li class="pi-has-dropdown"><a href="/nyhed/"><span>nyhed</span></a></li>                 <li class="pi-has-dropdown"><a href="/team/"><span>team</span></a></li>                 <li class="pi-has-dropdown"><a href="/kontakt/"><span>kontakt</span></a></li>                 <li class="pi-has-dropdown"><a href="/opret-bruger/"><span>opret bruger</span></a></li>             </ul>         </div> 

ses image her

here can see how menu appears when click on info.

the answer simple this: see pi-has-dropdown active part. if don't want it, remove it. if want in other pages, add each page, example in info, this:

<div class="pi-header-block pi-pull-right">         <ul class="pi-simple-menu pi-has-hover-border pi-full-height pi-hidden-sm">             <li class="pi-has-dropdown"><a href="/"><span>forside</span></a></li>             <li class="pi-has-dropdown  active"><a href="/info/"><span>info</span></a></li>             <li class="pi-has-dropdown"><a href="/nyhed/"><span>nyhed</span></a></li>             <li class="pi-has-dropdown"><a href="/team/"><span>team</span></a></li>             <li class="pi-has-dropdown"><a href="/kontakt/"><span>kontakt</span></a></li>             <li class="pi-has-dropdown"><a href="/opret-bruger/"><span>opret bruger</span></a></li>         </ul>     </div> 

. of cms or js/jquery coding, totally hard code on each page if want. way, need copy snippet of code on each page, changing active class keeping in mind in page you. simple that


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -