18th
August
2006
‧抖動您的最愛小圖標
5,711 Views | posted in 免費資源, 喪誌玩物 |
一直以來,最看小圖標(見下圖)都只能使用「靜態」圖檔 .ico
![]()
現在,只要將語法略作修改,
您便能使用「動態」的 .gif 檔了。 ![]()
(效果可看本站的小圖標 — 一督不住變身的屎)
普通 HTML 網頁在<head>與</head>標籤內加入下面語法:
<link rel=”shortcut icon” href=”http://您的網址/favicon.ico” >
<link rel=”icon” href=”http://您的網址/favicon.gif” type=”image/gif” >
XHTML 網頁在<head>與</head>標籤內加入下面語法:
<link rel=”shortcut icon” href=”http://您的網址/favicon.ico” type=”image/x-icon” />
<link rel=”icon” href=”http://您的網址/favicon.gif” type=”image/gif” />
詳細說明與教學請瀏覽: http://en.wikipedia.org/wiki/Favicon
Tags :html
posted on August 19th, 2006 at 12:43 am
posted on August 19th, 2006 at 2:01 am
posted on August 19th, 2006 at 8:38 am
posted on August 19th, 2006 at 8:41 am
posted on August 19th, 2006 at 1:11 pm
posted on August 19th, 2006 at 4:02 pm
posted on August 19th, 2006 at 4:05 pm
posted on August 19th, 2006 at 6:00 pm
posted on August 20th, 2006 at 12:32 am