У меня просто есть небольшая проблема, когда я не могу это исправить. Но теперь он идет за фиксированным заголовком, который я установил. < /p>
html < /p>
.... blablabla...
About
some text
< /code>
< /p>
css < /p>
.header1{
height: 20%; width: 100%;
position: fixed;
z-index: 1;
left:0;
right:0;
top: 0;
margin-left:auto;
margin-right:auto;}
.navigbox{
background: white;
position: fixed;
z-index: 1;
height: 10%; width: 80%;
left: 10%;
top: 20%;}
.navig{
height: 100%; width: 33.33%;
float:letf;}
#intro{
background: white;
height: 60%; width: 70%;
left: 10%;
top: 30%;
position: absolute;
padding: 5% 5% 0 5%;}
Подробнее здесь: https://stackoverflow.com/questions/264 ... anchor-tag