aタグが効かなくなりました。
下記のようにheaderにposition: fixed;をかけると
一部のaタグが効かなくなり
ボタンのhoverも効かなくなります。
css
1header{ 2 width: 100%; 3 height: 100%; 4 position: fixed; 5 z-index: 1; 6}
aタグ効かなくなったところ
html
1 <a class="btn-flat-border" href="#">OnlineLesson</a>
css
1.btn-flat-border { 2 font-size: 13px; 3 font-family: 'Londrina Shadow', cursive; 4 display: inline-block; 5 padding: 0.3em 1em; 6 text-decoration: none; 7 color: #67c5ff; 8 border: solid 2px #67c5ff; 9 border-radius: 3px; 10 transition: .4s; 11 margin-left: 55%; 12 margin-top: 3%; 13 .btn-flat-border:hover { 14 background: #67c5ff; 15 color: white; 16 } 17 }
原因ご教授お願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。