motooLogue

Icon

「どうせアタシなんかよりも○○○○の方が大切なんでしょ……」の○○○○を探してやまないアル中のブログ。

icoファイルって、ブラウザでも見れるのね(当たり前?)。

至極当たり前のことかもしれませんが、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って、どっかにないのかしら。さすがにコレじゃな・・・

Category: MISC.

Tagged:

SimilarPosts:

Leave a Reply

Ad

TranslateThis