Home > Blog > Computers & Internet > リンク風ボタン

リンク風ボタン

ボタンをCSSで見た目をアンカー(リンク)風にしてみた

なんとなくねw使う人はいないだろうなぁ

button.linkstyle{
   text-decoration:underline;
   color:#0000ff;
   border:none;
   background:transparent;
}
<button class="linkstyle">リンク風ボタン</button>

Comments:0

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://clare-chronicle.net/2009/08/%e3%83%aa%e3%83%b3%e3%82%af%e9%a2%a8%e3%83%9c%e3%82%bf%e3%83%b3/trackback/
Listed below are links to weblogs that reference
リンク風ボタン from Clare Chronicle

Home > Computers & Internet > リンク風ボタン

Return to page top