トップメニューのa
リンクには次のものを使用しています。
#sliding-navigation #filter-regista a {
width: 75px;
height: 29px;
background: transparent url("images/directors.png") no-repeat 0 0;
text-indent: -9999px;
}
ありがとう
スタイルを適用する必要があり<a>
ます<li>
#sliding-navigation #filter-regista a {
background: url("images/directors.png") no-repeat scroll 0 0 transparent;
display: inline-block;
height: 15px;
overflow: hidden;
text-indent: 101%;
width: 75px;
}
正しいタグを指していません。あなたはあなたのタグを指す必要があります