본문 바로가기
css

건너뛰기 / 본문바로가기 / 주메뉴바로가기

by 바나냥 2020. 4. 2.

<div id="skip-nav">

<a href="#container">본문 바로가기</a>

<a href="#header">주메뉴 바로가기</a>

</div>

 

<style>

#skip-nav {position: absolute; width: 100%; top: 0; left: 0; z-index: 2000;}

#skip-nav a {display:block; width:1px; height:1px; margin-bottom: -1px; overflow: hidden; text-align: center; color: #fff; font-weight: 500;}

#skip-nav a:focus, #accessibility a:active {width:100%; height: auto; padding:10px 0; background-color: #555;}

</style>

댓글