

<html> <head></head> <body> <div class="bgChange"> <a href="#">アンカー</a> </div> </body> </html>
.bgChange{
width : 100px ;
height : 100px ;
text-indent:-9999px; /* アンカーの文字を消したい時に使用 */
overflow:hidden; /* アンカーの文字を消したい時に使用 */
}
.bgChange a{
display : block ;
width : 100px ;
height : 100px ;
}
.bgChange a:link{
background-image : url(sample1.jpg) ;
}
.bgChange a:visited{
background-image : url(sample1.jpg) ;
}
.bgChange a:hover{
background-image : url(sample2.jpg) ;
}

.bgChange{
width : 100px ;
height : 100px ;
text-indent:-9999px; /* アンカーの文字を消したい時に使用 */
overflow:hidden; /* アンカーの文字を消したい時に使用 */
}
.bgChange a{
display : block ;
width : 100px ;
height : 100px ;
}
.bgChange a:link{
background-image : url(sample3.jpg) ;
}
.bgChange a:visited{
background-image : url(sample3.jpg) ;
}
.bgChange a:hover{
background-image : url(sample3.jpg) ;
background-position:0px 100px;
}
トラックバック歓迎です。以下URLにて登録をお願いいたします。
このエントリーのトラックバックURL:
↓↓↓トラックバックしてくださった方々↓↓↓
※トラックバックされても管理人がスパムと判断したものは公開されません。