Skip to content

Instantly share code, notes, and snippets.

@toshi2220
Created January 26, 2014 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshi2220/8631231 to your computer and use it in GitHub Desktop.
Save toshi2220/8631231 to your computer and use it in GitHub Desktop.
/* 続きを読むボタン */
a.entry-see-more{
/* 画像サイズ */
width:135px;
height:40px;
text-indent:-999px;
display:block;
/* 画像URL */
background:transparent url("###") no-repeat left top;
}
/* ホバー処理 */
a.entry-see-more:hover {background-position:0px -40px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment