moreリンクをcssで指定

October 27th, 2009 | Tags: ,

more-linkが用意されているのでa要素指定で。

a.more-link {
text-decoration:none;
background-color:#000;
color:#fff;
border: 1px solid #000;
padding:3px;
}
a:hover.more-link {
text-decoration:none;
background-color:#fff;
color:#000;
border: 1px solid #000;
padding:3px;
}

結局テキストリンクの方が色指定面白くできたのでボタンやめました←
あとで弄りやすくなったから良しとしましょう。

No comments yet.
*