- 2009年3月13日 14:29
至極当たり前のことかもしれませんが、favicon.icoをブラウザで画像として表示できることに今気づきました。
ま、そういう訳なんで、サイドバーに個人情報晒してみたんですけど。
HTML
<dt>Account</dt>
<dd class="accounts">
<ul class="account">
<li class="skype">hideyuki.motoo</li>
<li class="google">hideyuki.motoo [at] gmail.com</li>
<li class="mixi">http://mixi.jp/show_friend.pl?id=12373</li>
<li class="twitter">motoo</li>
</ul>
</dd>
CSS
ul.account li{
font-size: 10px;
min-height:16px;
height: auto !important;
height: 16px;
padding-left:20px !important;
}
li.skype{
background:url(http://www.skype.com/favicon.ico) no-repeat scroll left center !important;
}
li.google{
background:url(http://www.google.com/favicon.ico) no-repeat scroll left center !important;
}
li.mixi{
background:url(http://mixi.jp/favicon.ico) no-repeat scroll left center !important;
}
li.twitter{
background:url(http://twitter.com/favicon.ico) no-repeat scroll left center !important;
}
うーーーむ、Google talkのfaviconって、どっかにないのかしら。さすがにコレじゃな・・・
- Newer: CentOS4でPostgres7系→8系にアップグレード。
- Older: 過去最高枝毛記録更新!!

