parallax navigation menu title to show
问题 Hi I am trying to create a single webpage website. I was able to create the navigation on the right side using circle, but it does not show the title(which is the name of each part of the menu.) This webpage is example of the menu on the right side. http://jonathannicol.com/projects/parallax-scrolling/ Here is my CSS & HTML code: #fp-nav { position: fixed; z-index: 52; top: 50%; right: 15px; padding: 0 10px 0 0; -webkit-transition: opacity .3s 0s linear; -moz-transition: opacity .3s 0s linear