Anchor does not stop at the beginning of div and link does not remove underscore blue [closed]

1

Good afternoon guys, I'm building a one-page site and anchor navigation but I'm having a problem, clicking the menu that redirects to the anchor of the div corresponding to the "ID" does not stop the div at the beginning of the div in the beginning of the color, this happened after I used the navbar fixed class of the bootstrap, it should stop as in the image below it is marked orange, but it is stopping under the navbar ...

Another question, why does not that blue color and underscore go off the menu after it is clicked? I've already used the 4 pseudoclasses hover, visited, active and link and none works with text-decoration: none;

Hereisthemenuandpseudoclassescode:

#ul-menu{text-align:center;padding-top:35px;word-spacing:50px;}.li-menu{display:inline;font-family:'padrao',Arial,sans-serif;}#testando-webfont{font-family:'padrao',Arial,sans-serif;}.li-menua{color:white;text-decoration:none;font-size:15px;}.li-menua:hover{color:#FFCBCB;text-decoration:none;}.li-menua:active{text-decoration:none;}.li-menua:visited{text-decoration:none;}

Navbarcode:

#container-head{background:#483D45;width:100%;height:90px;}

Linktowebsite: link

If a pishing alert pops up you can ignore it, it was a problem with the hosting, I already sent a message to support Google.

    
asked by anonymous 02.06.2015 / 21:26

0 answers