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

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

  • Posted by: モトヲ
  • 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って、どっかにないのかしら。さすがにコレじゃな・・・



Comments:0

Comment Form

Trackbacks:0

TrackBack URL for this entry
http://blog.motoo.net/mt-tb.cgi/947
Listed below are links to weblogs that reference
icoファイルって、ブラウザでも見れるのね(当たり前?)。 from motooLogue

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

Search
Advertisement
BlogParts
Feeds
CC Licence

Creative Commons License

このブログはクリエイティブ・コモンズでライセンスされています。

Return to page top