I have the following code for my target:
<li><a href="#scrollTotarget1">Target1</a></li>
How to make CSS in the correct way as this is not recognized as link inside browser.
CSS code is like:
nav.topmanus1 ul li {
color: #000000;
background: #CC0000;
}